summaryrefslogtreecommitdiff
path: root/plugins/elf/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/elf/core.h')
-rw-r--r--plugins/elf/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/elf/core.h b/plugins/elf/core.h
index ec9ed5c..17afc71 100644
--- a/plugins/elf/core.h
+++ b/plugins/elf/core.h
@@ -34,7 +34,7 @@
G_MODULE_EXPORT bool chrysalide_plugin_init(GPluginModule *);
/* Procède à une opération liée à un contenu binaire. */
-G_MODULE_EXPORT void chrysalide_plugin_handle_binary_content(const GPluginModule *, PluginAction, GBinContent *, gid_t, GtkStatusStack *);
+G_MODULE_EXPORT void chrysalide_plugin_handle_binary_content(const GPluginModule *, PluginAction, GBinContent *, wgroup_id_t, GtkStatusStack *);