summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2013-06-17 23:34:30 +0100
committernorly <ny-git@enpas.org>2013-06-17 23:39:12 +0100
commitf88e1ad7d9db8a41abecc795200f21138af65c74 (patch)
treedc17e6153ae6ee4678b39f365f8c9d9b28bdde43 /include
parent150d0c42d423fe49304d648e2c19ff08f6c2e0ad (diff)
C90 compliance, except variadic macros and TODOs
Also removed a lot of dead code from the early days.
Diffstat (limited to 'include')
-rw-r--r--include/libelfu/elfops.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/libelfu/elfops.h b/include/libelfu/elfops.h
index 73c7aec..48ef380 100644
--- a/include/libelfu/elfops.h
+++ b/include/libelfu/elfops.h
@@ -9,12 +9,5 @@
int elfu_eCheck(Elf *e);
- char* elfu_eScnName(Elf *e, Elf_Scn *scn);
-Elf_Scn* elfu_eScnByName(Elf *e, char *name);
-
-Elf_Scn* elfu_eScnFirstInSegment(Elf *e, GElf_Phdr *phdr);
-Elf_Scn* elfu_eScnLastInSegment(Elf *e, GElf_Phdr *phdr);
-
-void elfu_ePhdrFixupSelfRef(Elf *e);
#endif