summaryrefslogtreecommitdiff
path: root/include/libelfu/analysis.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libelfu/analysis.h')
-rw-r--r--include/libelfu/analysis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libelfu/analysis.h b/include/libelfu/analysis.h
index 80ec251..f3d4ddb 100644
--- a/include/libelfu/analysis.h
+++ b/include/libelfu/analysis.h
@@ -6,6 +6,6 @@
#include <libelfu/types.h>
-ELFU_BOOL elfu_segmentContainsSection(GElf_Phdr *phdr, Elf_Scn *scn);
+int elfu_segmentContainsSection(GElf_Phdr *phdr, GElf_Shdr *shdr);
#endif