diff options
Diffstat (limited to 'src/analysis/scan/matches/bytes.h')
-rw-r--r-- | src/analysis/scan/matches/bytes.h | 3 |
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); |