diff options
author | erdgeist <> | 2009-01-13 22:41:17 +0000 |
---|---|---|
committer | erdgeist <> | 2009-01-13 22:41:17 +0000 |
commit | 131211b4daf83b7c594337f4e7c71e4711094d71 (patch) | |
tree | 63dc942c426103c01d61aa15959a81df91f2d4e1 /ot_accesslist.h | |
parent | 779d6c235ff8fe5284fd10dc82a9b99e7fa38d06 (diff) |
V6
Diffstat (limited to 'ot_accesslist.h')
-rw-r--r-- | ot_accesslist.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ot_accesslist.h b/ot_accesslist.h index 15a21f2..836a233 100644 --- a/ot_accesslist.h +++ b/ot_accesslist.h | |||
@@ -14,7 +14,7 @@ | |||
14 | #define WANT_ACCESSLIST | 14 | #define WANT_ACCESSLIST |
15 | void accesslist_init( ); | 15 | void accesslist_init( ); |
16 | void accesslist_deinit( ); | 16 | void accesslist_deinit( ); |
17 | int accesslist_hashisvalid( ot_hash *hash ); | 17 | int accesslist_hashisvalid( ot_hash hash ); |
18 | 18 | ||
19 | extern char *g_accesslist_filename; | 19 | extern char *g_accesslist_filename; |
20 | 20 | ||
@@ -30,7 +30,7 @@ typedef enum { | |||
30 | OT_PERMISSION_MAY_LIVESYNC = 0x4 | 30 | OT_PERMISSION_MAY_LIVESYNC = 0x4 |
31 | } ot_permissions; | 31 | } ot_permissions; |
32 | 32 | ||
33 | int accesslist_blessip( char * ip, ot_permissions permissions ); | 33 | int accesslist_blessip( ot_ip6 ip, ot_permissions permissions ); |
34 | int accesslist_isblessed( char * ip, ot_permissions permissions ); | 34 | int accesslist_isblessed( ot_ip6 ip, ot_permissions permissions ); |
35 | 35 | ||
36 | #endif | 36 | #endif |