summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libelfu/model.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libelfu/model.h b/include/libelfu/model.h
index aaf754f..1b5f6b6 100644
--- a/include/libelfu/model.h
+++ b/include/libelfu/model.h
@@ -43,6 +43,9 @@ typedef struct {
+size_t elfu_countSections(ElfuElf *me);
+size_t elfu_countPHDRs(ElfuElf *me);
+
ElfuPhdr* elfu_modelFromPhdr(GElf_Phdr *phdr);
ElfuScn* elfu_modelFromSection(Elf_Scn *scn);
ElfuElf* elfu_modelFromElf(Elf *e);