s3:include: remove duplicate prototypes from afs functions from proto.h
authorMichael Adam <obnox@samba.org>
Mon, 23 Sep 2013 00:37:16 +0000 (02:37 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 23 Sep 2013 18:49:39 +0000 (20:49 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/include/proto.h

index 8462bf7e09a9c30c89246672be3be8c0dc7fb8bc..023fbd0f4a4745841d7de5fe3d54bb0fdcf54cef 100644 (file)
@@ -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  */