From c6947b160f99278057df0770b849b46264b72229 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Sun, 7 Dec 2008 03:50:51 +0000 Subject: Handle program end more politely --- ot_accesslist.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ot_accesslist.h') diff --git a/ot_accesslist.h b/ot_accesslist.h index 9c93187..15a21f2 100644 --- a/ot_accesslist.h +++ b/ot_accesslist.h @@ -13,12 +13,14 @@ #if defined ( WANT_ACCESSLIST_BLACK ) || defined (WANT_ACCESSLIST_WHITE ) #define WANT_ACCESSLIST void accesslist_init( ); +void accesslist_deinit( ); int accesslist_hashisvalid( ot_hash *hash ); extern char *g_accesslist_filename; #else #define accesslist_init( accesslist_filename ) +#define accesslist_deinit( ) #define accesslist_hashisvalid( hash ) 1 #endif -- cgit v1.2.3