diff options
author | Dirk Engling <erdgeist@erdgeist.org> | 2022-11-24 16:38:26 +0100 |
---|---|---|
committer | Dirk Engling <erdgeist@erdgeist.org> | 2022-11-24 16:38:26 +0100 |
commit | f62398c7483e8ce9122e86cc2a09abda5f3745e3 (patch) | |
tree | 0339deeaa7e6050bf99c57cdb4b57368b23b401b /ot_accesslist.h | |
parent | be825f57597b0e9dcf07d257e93f03e30935f7db (diff) |
Clean accesslists every five minutes
Diffstat (limited to 'ot_accesslist.h')
-rw-r--r-- | ot_accesslist.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
15 | void accesslist_init( void ); | 15 | void accesslist_init( void ); |
16 | void accesslist_deinit( void ); | 16 | void accesslist_deinit( void ); |
17 | int accesslist_hashisvalid( ot_hash hash ); | 17 | int accesslist_hashisvalid( ot_hash hash ); |
18 | void accesslist_cleanup( void ); | ||
18 | 19 | ||
19 | extern char *g_accesslist_filename; | 20 | extern char *g_accesslist_filename; |
20 | #ifdef WANT_DYNAMIC_ACCESSLIST | 21 | #ifdef WANT_DYNAMIC_ACCESSLIST |