Validate input at libelf level
[centaur.git] / include / libelfu / elfops.h
index 58da4cf2f17970c8408ec88e38a35b41f3ae39b9..cf40090d7f2cfa0afc129cde71ca269d36ab94f6 100644 (file)
@@ -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);