summaryrefslogtreecommitdiff
path: root/ot_accesslist.h
diff options
context:
space:
mode:
Diffstat (limited to 'ot_accesslist.h')
-rw-r--r--ot_accesslist.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ot_accesslist.h b/ot_accesslist.h
index 836a233..5954a4a 100644
--- a/ot_accesslist.h
+++ b/ot_accesslist.h
@@ -27,7 +27,8 @@ extern char *g_accesslist_filename;
27typedef enum { 27typedef enum {
28 OT_PERMISSION_MAY_FULLSCRAPE = 0x1, 28 OT_PERMISSION_MAY_FULLSCRAPE = 0x1,
29 OT_PERMISSION_MAY_STAT = 0x2, 29 OT_PERMISSION_MAY_STAT = 0x2,
30 OT_PERMISSION_MAY_LIVESYNC = 0x4 30 OT_PERMISSION_MAY_LIVESYNC = 0x4,
31 OT_PERMISSION_MAY_PROXY = 0x8
31} ot_permissions; 32} ot_permissions;
32 33
33int accesslist_blessip( ot_ip6 ip, ot_permissions permissions ); 34int accesslist_blessip( ot_ip6 ip, ot_permissions permissions );