]> pd.if.org Git - zpackage/blobdiff - elf/elf.h
remove stray debug fprintf
[zpackage] / elf / elf.h
index 9100cf470830b0d899bb04887360a40e71d817a0..e316a6e4fe57d9dcc09167e8e34c7b0302345d96 100644 (file)
--- 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