summaryrefslogtreecommitdiff
path: root/src/analysis/scan/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/analysis/scan/context.h')
-rw-r--r--src/analysis/scan/context.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/analysis/scan/context.h b/src/analysis/scan/context.h
index 75190ce..c3b979d 100644
--- a/src/analysis/scan/context.h
+++ b/src/analysis/scan/context.h
@@ -33,7 +33,6 @@
#include "matches/area.h"
#include "patterns/patid.h"
#include "../content.h"
-#include "../../glibext/umemslice.h"
@@ -77,11 +76,11 @@ bool g_scan_context_is_scan_done(const GScanContext *);
/* Note que la phase d'analyse de contenu est terminée. */
void g_scan_context_mark_scan_as_done(GScanContext *);
-/* Fournit la liste des allocateurs mémorisant des emplacements. */
-GUMemSlice **g_scan_context_get_match_storages(GScanContext *, size_t *);
+/* Retourne tous les correspondances partielles notées. */
+void g_scan_context_store_atom_match_end(GScanContext *, patid_t, phys_t);
/* Retourne tous les correspondances partielles notées. */
-GUMemSlice *g_scan_context_get_atom_matches(const GScanContext *, patid_t);
+match_area_t *g_scan_context_get_atom_matches(const GScanContext *, patid_t);
/* Enregistre toutes les correspondances établies pour un motif. */
void g_scan_context_register_full_matches(GScanContext *, GSearchPattern *, GScanMatches *);