summaryrefslogtreecommitdiff
path: root/src/format/executable-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/executable-int.h')
-rw-r--r--src/format/executable-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format/executable-int.h b/src/format/executable-int.h
index 58eba25..2f3ea73 100644
--- a/src/format/executable-int.h
+++ b/src/format/executable-int.h
@@ -86,7 +86,7 @@ struct _GExeFormatClass
void g_executable_format_setup_portions(GExeFormat *, GtkStatusStack *);
/* Effectue les ultimes opérations de chargement d'un binaire. */
-bool g_executable_format_complete_loading(GExeFormat *, GtkStatusStack *);
+bool g_executable_format_complete_loading(GExeFormat *, wgroup_id_t, GtkStatusStack *);
/* Fournit l'emplacement correspondant à une position physique. */
bool g_exe_format_without_virt_translate_offset_into_vmpa(const GExeFormat *, phys_t, vmpa2t *);