summaryrefslogtreecommitdiff
path: root/plugins/lnxsyscalls/hunter.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/lnxsyscalls/hunter.h')
-rw-r--r--plugins/lnxsyscalls/hunter.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/lnxsyscalls/hunter.h b/plugins/lnxsyscalls/hunter.h
index 100f426..3b8a1b6 100644
--- a/plugins/lnxsyscalls/hunter.h
+++ b/plugins/lnxsyscalls/hunter.h
@@ -48,6 +48,9 @@ typedef struct _GGateHunter GGateHunter;
typedef struct _GGateHunterClass GGateHunterClass;
+/* Indique le type défini pour les tâches d'étude de routines. */
+GType g_gate_hunter_get_type(void);
+
/* Crée une tâche d'étude de routines différée. */
GGateHunter *g_gate_hunter_new(const GPluginModule *, GLoadedBinary *, GProcContext *, size_t, size_t, activity_id_t, const hunting_ops *);