summaryrefslogtreecommitdiff
path: root/src/format/executable-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-11-18 18:46:08 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-11-18 18:46:08 (GMT)
commit0f914ad3fdcc1ebac5789b55b9677e7868016e21 (patch)
treebafc46ac54d02ff35310c3433615e6b74010a920 /src/format/executable-int.h
parent23bc425f9c35c31a80d65d824452c8728614a206 (diff)
Allowed to attach debug information to formats.
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 *);