summaryrefslogtreecommitdiff
path: root/include/libelfu/generic.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libelfu/generic.h')
-rw-r--r--include/libelfu/generic.h2
1 files changed, 2 insertions, 0 deletions
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