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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libelfu/elfops.h b/include/libelfu/elfops.h
index 58da4cf..cf40090 100644
--- a/include/libelfu/elfops.h
+++ b/include/libelfu/elfops.h
@@ -7,6 +7,8 @@
#include <libelfu/types.h>
+int elfu_eCheck(Elf *e);
+
char* elfu_eScnName(Elf *e, Elf_Scn *scn);
Elf_Scn* elfu_eScnByName(Elf *e, char *name);