From 01c9c3695ccc098384422545ac1c11568a416871 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Sun, 5 Oct 2008 12:28:57 +0000 Subject: Enabled debug output, fixed blessed ip permissions --- ot_accesslist.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'ot_accesslist.h') diff --git a/ot_accesslist.h b/ot_accesslist.h index 2783b3c..5d163c2 100644 --- a/ot_accesslist.h +++ b/ot_accesslist.h @@ -23,13 +23,13 @@ extern char *g_accesslist_filename; #endif typedef enum { - OT_PERMISSION_MAY_FULLSCRAPE, - OT_PERMISSION_MAY_SYNC, - OT_PERMISSION_MAY_STAT, - OT_PERMISSION_MAY_LIVESYNC + OT_PERMISSION_MAY_FULLSCRAPE = 0x1, + OT_PERMISSION_MAY_SYNC = 0x2, + OT_PERMISSION_MAY_STAT = 0x4, + OT_PERMISSION_MAY_LIVESYNC = 0x8 } ot_permissions; -int accesslist_blessip( char * ip, ot_permissions permissions ); -int accesslist_isblessed( char * ip, ot_permissions permissions ); +int accesslist_blessip( char * ip, ot_permissions permissions ); +int accesslist_isblessed( char * ip, ot_permissions permissions ); #endif -- cgit v1.2.3