C90 compliance, except variadic macros and TODOs
[centaur.git] / include / libelfu / elfops.h
index 25575a102434c0647085169b34a6237cbcecaaf3..48ef3808641df972673242418532f9ed8a7528c1 100644 (file)
@@ -7,13 +7,7 @@
 #include <libelfu/types.h>
 
 
-   char* elfu_eScnName(Elf *e, Elf_Scn *scn);
-Elf_Scn* elfu_eScnByName(Elf *e, char *name);
+int elfu_eCheck(Elf *e);
 
-     int elfu_ePhdrContainsScn(GElf_Phdr *phdr, GElf_Shdr *shdr);
-Elf_Scn* elfu_eScnFirstInSegment(Elf *e, GElf_Phdr *phdr);
-Elf_Scn* elfu_eScnLastInSegment(Elf *e, GElf_Phdr *phdr);
-
-void elfu_ePhdrFixupSelfRef(Elf *e);
 
 #endif