From 0fc53a1324ac2b0c16c34bb498d1b2462aa99b84 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 23 Sep 2013 02:37:16 +0200 Subject: s3:include: remove duplicate prototypes from afs functions from proto.h Signed-off-by: Michael Adam Reviewed-by: Andrew Bartlett --- source3/include/proto.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/include') 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 */ -- cgit