From f23b9bc6375797d03dee54a31fcaa634f8376975 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 26 Jul 2021 20:59:45 -0700 Subject: Introduced cache to greatly speed up many use cases --- match.h | 1 + 1 file changed, 1 insertion(+) (limited to 'match.h') diff --git a/match.h b/match.h index 8584f04..8c9b812 100644 --- a/match.h +++ b/match.h @@ -19,6 +19,7 @@ void recycle_if_unused(match_t **at_m); size_t free_all_matches(void); size_t recycle_all_matches(void); #endif +void cache_destroy(void); #endif // vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1 -- cgit v1.2.3