summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libelfu/elfops.h1
-rw-r--r--include/libelfu/generic.h2
2 files changed, 2 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);
diff --git a/include/libelfu/generic.h b/include/libelfu/generic.h
index 70157f7..f5b0e0f 100644
--- a/include/libelfu/generic.h
+++ b/include/libelfu/generic.h
@@ -6,4 +6,6 @@
size_t elfu_gScnSizeFile(const GElf_Shdr *shdr);
+int elfu_gPhdrContainsScn(GElf_Phdr *phdr, GElf_Shdr *shdr);
+
#endif