summaryrefslogtreecommitdiff
path: root/src/analysis/scan/matches/bytes.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2024-02-24 22:52:58 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2024-02-24 22:53:37 (GMT)
commitf65fdbad3ae0b2accfe324f996eef0c193ad9dfc (patch)
tree2ba4668b9b39aaa102a9c5e28067153419b4b6e1 /src/analysis/scan/matches/bytes.h
parentea9be67a9ddec2b4b96b3114bab5f192e53c7911 (diff)
Provide the match count for bytes using the generic API.
Diffstat (limited to 'src/analysis/scan/matches/bytes.h')
-rw-r--r--src/analysis/scan/matches/bytes.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/analysis/scan/matches/bytes.h b/src/analysis/scan/matches/bytes.h
index 50f60a4..90d6062 100644
--- a/src/analysis/scan/matches/bytes.h
+++ b/src/analysis/scan/matches/bytes.h
@@ -61,9 +61,6 @@ GScanMatches *g_scan_bytes_matches_new(void);
/* Intègre une liste de correspondances vérifiées. */
void g_scan_bytes_matches_set_list(GScanBytesMatches *, match_area_t *, size_t);
-/* Indique le nombre de correspondances pour une définition. */
-size_t g_scan_bytes_matches_count(const GScanBytesMatches *);
-
/* Fournit les informations relatives à une correspondance. */
const match_area_t *g_scan_bytes_matches_get(const GScanBytesMatches *, size_t);