diff options
Diffstat (limited to 'ot_accesslist.h')
-rw-r--r-- | ot_accesslist.h | 3 |
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; | |||
27 | typedef enum { | 27 | typedef 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 | ||
33 | int accesslist_blessip( ot_ip6 ip, ot_permissions permissions ); | 34 | int accesslist_blessip( ot_ip6 ip, ot_permissions permissions ); |