summaryrefslogtreecommitdiff
path: root/include/libelfu/elfops.h
diff options
context:
space:
mode:
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);