summaryrefslogtreecommitdiff
path: root/plugins/theseus/theseus.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/theseus/theseus.h')
-rw-r--r--plugins/theseus/theseus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/theseus/theseus.h b/plugins/theseus/theseus.h
index 2fa4ac1..e1a6f36 100644
--- a/plugins/theseus/theseus.h
+++ b/plugins/theseus/theseus.h
@@ -42,7 +42,7 @@ G_MODULE_EXPORT bool init_plugin(GObject *);
G_MODULE_EXPORT PluginAction get_plugin_action(void);
/* Exécute une action définie sur un binaire chargé. */
-G_MODULE_EXPORT bool execute_action_on_binary(GOpenidaBinary *, PluginAction);
+G_MODULE_EXPORT bool execute_action_on_binary(GLoadedBinary *, PluginAction);