summaryrefslogtreecommitdiff
path: root/source3/auth/proto.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-07-15 16:49:21 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-07-20 09:17:11 +1000
commit058f5e60c5e3a9ac91a1d28b3165f84252cfecad (patch)
tree15ad77ac444aa8153435a36208806bf0ac68c033 /source3/auth/proto.h
parentec5f1b78affbbd56c787696cb6f63a547be2cc25 (diff)
downloadsamba-058f5e60c5e3a9ac91a1d28b3165f84252cfecad.tar.gz
samba-058f5e60c5e3a9ac91a1d28b3165f84252cfecad.tar.bz2
samba-058f5e60c5e3a9ac91a1d28b3165f84252cfecad.zip
s3-auth remove unused copy_serverinfo
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source3/auth/proto.h')
-rw-r--r--source3/auth/proto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/auth/proto.h b/source3/auth/proto.h
index 9f497a48e3..f1a0b14a90 100644
--- a/source3/auth/proto.h
+++ b/source3/auth/proto.h
@@ -166,8 +166,6 @@ NTSTATUS make_session_info_from_username(TALLOC_CTX *mem_ctx,
const char *username,
bool is_guest,
struct auth3_session_info **session_info);
-struct auth_serversupplied_info *copy_serverinfo(TALLOC_CTX *mem_ctx,
- const struct auth_serversupplied_info *src);
struct auth3_session_info *copy_session_info(TALLOC_CTX *mem_ctx,
const struct auth3_session_info *src);
bool init_guest_info(void);