summaryrefslogtreecommitdiff
path: root/src/format/format.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-04-22 20:01:37 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-04-22 20:01:37 (GMT)
commit1becb2053fdbb0f04935e8b90104f1f9907988ea (patch)
treee7f448fbe12eaa1907b7388f0c1c0c3d46023ce3 /src/format/format.h
parent5235429714d9cc8425e6178eb7199e7ab55ff3c0 (diff)
Used the provided work group while loading ELF formats.
Diffstat (limited to 'src/format/format.h')
-rw-r--r--src/format/format.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format/format.h b/src/format/format.h
index 982907c..44d005c 100644
--- a/src/format/format.h
+++ b/src/format/format.h
@@ -77,7 +77,7 @@ void g_binary_format_preload_disassembling_context(GBinFormat *, GProcContext *,
void g_binary_format_activate_disassembling_context(GBinFormat *, GProcContext *, GtkStatusStack *);
/* Réalise un traitement post-désassemblage. */
-void g_binary_format_complete_analysis(GBinFormat *, GtkStatusStack *);
+void g_binary_format_complete_analysis(GBinFormat *, wgroup_id_t, GtkStatusStack *);