From f62398c7483e8ce9122e86cc2a09abda5f3745e3 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Thu, 24 Nov 2022 16:38:26 +0100 Subject: Clean accesslists every five minutes --- ot_accesslist.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ot_accesslist.h') diff --git a/ot_accesslist.h b/ot_accesslist.h index e86969b..9280fcb 100644 --- a/ot_accesslist.h +++ b/ot_accesslist.h @@ -15,6 +15,7 @@ void accesslist_init( void ); void accesslist_deinit( void ); int accesslist_hashisvalid( ot_hash hash ); +void accesslist_cleanup( void ); extern char *g_accesslist_filename; #ifdef WANT_DYNAMIC_ACCESSLIST -- cgit v1.2.3