Move ELF-related files together
[centaur.git] / include / libelfu / analysis.h
index 80ec251e046f68ae7685a8dd364ff483b997ac2a..f3d4ddb095e102ff68ac480241ad02066031933f 100644 (file)
@@ -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