diff options
author | Michael Adam <obnox@samba.org> | 2013-09-23 02:37:16 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-09-23 20:49:39 +0200 |
commit | 0fc53a1324ac2b0c16c34bb498d1b2462aa99b84 (patch) | |
tree | 5a0b1332348ee5cf337a9ef7c1ebde66274a11b2 /source3/include | |
parent | 5fd4fd7c019679728c7f3bb9a565f27b6e504427 (diff) | |
download | samba-0fc53a1324ac2b0c16c34bb498d1b2462aa99b84.tar.gz samba-0fc53a1324ac2b0c16c34bb498d1b2462aa99b84.tar.bz2 samba-0fc53a1324ac2b0c16c34bb498d1b2462aa99b84.zip |
s3:include: remove duplicate prototypes from afs functions from proto.h
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
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 */ |