summaryrefslogtreecommitdiff
path: root/src/format/executable.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-08-16 21:52:02 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-08-16 21:52:02 (GMT)
commited763539951307353042c04af5c2278db0d05298 (patch)
tree6206d2fe355c6f3fc9526c4d37df5fb1ec55d182 /src/format/executable.h
parent13d12a85fa661c2f331a4ad61ef921d942ce9176 (diff)
Ensured all registered binary portions are fully included in the file.
Diffstat (limited to 'src/format/executable.h')
-rw-r--r--src/format/executable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format/executable.h b/src/format/executable.h
index 985efb2..81e5e6c 100644
--- a/src/format/executable.h
+++ b/src/format/executable.h
@@ -68,7 +68,7 @@ const char *g_exe_format_get_target_machine(const GExeFormat *);
bool g_exe_format_get_main_address(GExeFormat *, vmpa2t *);
/* Procède à l'enregistrement d'une portion dans un format. */
-void g_exe_format_include_portion(GExeFormat *, GBinPortion *);
+void g_exe_format_include_portion(GExeFormat *, GBinPortion *, const vmpa2t *);
/* Fournit la première couche des portions composent le binaire. */
GBinPortion *g_exe_format_get_portions(GExeFormat *);