diff options
Diffstat (limited to 'ot_accesslist.c')
-rw-r--r-- | ot_accesslist.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ot_accesslist.c b/ot_accesslist.c index 38b1bdf..df3d64c 100644 --- a/ot_accesslist.c +++ b/ot_accesslist.c | |||
@@ -1,5 +1,7 @@ | |||
1 | /* This software was written by Dirk Engling <erdgeist@erdgeist.org> | 1 | /* This software was written by Dirk Engling <erdgeist@erdgeist.org> |
2 | It is considered beerware. Prost. Skol. Cheers or whatever. */ | 2 | It is considered beerware. Prost. Skol. Cheers or whatever. |
3 | |||
4 | $id$ */ | ||
3 | 5 | ||
4 | /* System */ | 6 | /* System */ |
5 | #include <stdlib.h> | 7 | #include <stdlib.h> |
@@ -116,3 +118,5 @@ int accesslist_isblessed( char *ip, ot_permissions permissions ) { | |||
116 | return 1; | 118 | return 1; |
117 | return 0; | 119 | return 0; |
118 | } | 120 | } |
121 | |||
122 | const char *g_version_accesslist_c = "$Source$: $Revision$\n"; | ||