diff options
Diffstat (limited to 'src/plugins/plugin-def.h')
-rw-r--r-- | src/plugins/plugin-def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/plugin-def.h b/src/plugins/plugin-def.h index 44dd3fa..f8f8fe3 100644 --- a/src/plugins/plugin-def.h +++ b/src/plugins/plugin-def.h @@ -47,7 +47,7 @@ typedef enum _PluginAction typedef PluginAction (* get_plugin_action_fc) (void); /* Exécute une action définie sur un binaire chargé. */ -typedef bool (* execute_action_on_binary_fc) (openida_binary *, PluginAction); +typedef bool (* execute_action_on_binary_fc) (GOpenidaBinary *, PluginAction); |