summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libelfu/model.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libelfu/model.h b/include/libelfu/model.h
index 05f31ca..aaf754f 100644
--- a/include/libelfu/model.h
+++ b/include/libelfu/model.h
@@ -47,4 +47,6 @@ ElfuPhdr* elfu_modelFromPhdr(GElf_Phdr *phdr);
ElfuScn* elfu_modelFromSection(Elf_Scn *scn);
ElfuElf* elfu_modelFromElf(Elf *e);
+void elfu_modelToElf(ElfuElf *me, Elf *e);
+
#endif