X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=elf%2Felf.h;h=e316a6e4fe57d9dcc09167e8e34c7b0302345d96;hb=HEAD;hp=9100cf470830b0d899bb04887360a40e71d817a0;hpb=0643628a3b9c359a78862d09828e83b562feea08;p=zpackage diff --git a/elf/elf.h b/elf/elf.h index 9100cf4..e316a6e 100644 --- a/elf/elf.h +++ b/elf/elf.h @@ -575,8 +575,9 @@ Elf64_Shdr *libelf_shdr(void *elf, int n); Elf64_Shdr *libelf_sht_strtab(void *elf); char *libelf_sectionname(Elf64_Shdr *section, Elf64_Shdr *strtab); Elf64_Shdr *libelf_section_n(void *elf, int n); -Elf64_Shdr *libelf_section(void *elf, int type); +Elf64_Shdr *libelf_section(void *elf, unsigned int type); int libelf_type(void *elf); int libelf_iself(void *elf); +char *libelf_soname(void *elf); #endif