From 334c6e4bbb97a4c0656e1b07c3e6a565f68eae2b Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Fri, 28 Nov 2008 22:21:10 +0000 Subject: The BIG refactoring [tm]. Too many changes to count them. If it doesn't suite you, revert to last version. --- ot_accesslist.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'ot_accesslist.h') diff --git a/ot_accesslist.h b/ot_accesslist.h index 8d87710..9c93187 100644 --- a/ot_accesslist.h +++ b/ot_accesslist.h @@ -7,7 +7,7 @@ #define __OT_ACCESSLIST_H__ #if defined ( WANT_ACCESSLIST_BLACK ) && defined (WANT_ACCESSLIST_WHITE ) - #error WANT_ACCESSLIST_BLACK and WANT_ACCESSLIST_WHITE are exclusive. +# error WANT_ACCESSLIST_BLACK and WANT_ACCESSLIST_WHITE are exclusive. #endif #if defined ( WANT_ACCESSLIST_BLACK ) || defined (WANT_ACCESSLIST_WHITE ) @@ -24,9 +24,8 @@ extern char *g_accesslist_filename; typedef enum { OT_PERMISSION_MAY_FULLSCRAPE = 0x1, - OT_PERMISSION_MAY_SYNC = 0x2, - OT_PERMISSION_MAY_STAT = 0x4, - OT_PERMISSION_MAY_LIVESYNC = 0x8 + OT_PERMISSION_MAY_STAT = 0x2, + OT_PERMISSION_MAY_LIVESYNC = 0x4 } ot_permissions; int accesslist_blessip( char * ip, ot_permissions permissions ); -- cgit v1.2.3