summaryrefslogtreecommitdiff
path: root/include/libelfu/elfops.h
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2013-05-24 03:48:14 +0100
committernorly <ny-git@enpas.org>2013-05-24 03:48:14 +0100
commitb7ab2674931f1bb9a7e6da594f587ae84c293238 (patch)
tree2338108a0ec420ff9ca26b3a5e2c048974083987 /include/libelfu/elfops.h
parentbac8986954899053330a952cb6e40d04ec1225b8 (diff)
Move section-in-segment.c to generic/
Diffstat (limited to 'include/libelfu/elfops.h')
-rw-r--r--include/libelfu/elfops.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libelfu/elfops.h b/include/libelfu/elfops.h
index b5e8a3f..58da4cf 100644
--- a/include/libelfu/elfops.h
+++ b/include/libelfu/elfops.h
@@ -10,7 +10,6 @@
char* elfu_eScnName(Elf *e, Elf_Scn *scn);
Elf_Scn* elfu_eScnByName(Elf *e, char *name);
- 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);