diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 8462bf7e09..023fbd0f4a 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -40,14 +40,11 @@ bool allow_access(const char **deny_list, char *afs_createtoken_str(const char *username, const char *cell); bool afs_login(connection_struct *conn); -bool afs_login(connection_struct *conn); -char *afs_createtoken_str(const char *username, const char *cell); /* The following definitions come from lib/afs_settoken.c */ int afs_syscall(int subcall, const char *path, int cmd, char *cmarg, int follow); bool afs_settoken_str(const char *token_string); -bool afs_settoken_str(const char *token_string); /* The following definitions come from lib/audit.c */ |