summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cynapses.org>2010-09-09 11:00:18 +0200
committerAndreas Schneider <asn@samba.org>2010-09-09 16:00:07 +0200
commit669213e812340896d5fa5dbfb7e3180255af297a (patch)
treef559bd161b3cdf1d08ff6896525600c98592bfd1 /source3/include
parentcd2b9db04b7a27a36b68c7eb846aec68830566ef (diff)
downloadsamba-669213e812340896d5fa5dbfb7e3180255af297a.tar.gz
samba-669213e812340896d5fa5dbfb7e3180255af297a.tar.bz2
samba-669213e812340896d5fa5dbfb7e3180255af297a.zip
s3-auth: Added get_server_info_system function.
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 2f82e70f5f..e5aff683c6 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -147,6 +147,7 @@ NTSTATUS make_server_info_guest(TALLOC_CTX *mem_ctx,
struct auth_serversupplied_info **server_info);
NTSTATUS make_server_info_system(TALLOC_CTX *mem_ctx,
struct auth_serversupplied_info **server_info);
+const struct auth_serversupplied_info *get_server_info_system(void);
bool copy_current_user(struct current_user *dst, struct current_user *src);
struct passwd *smb_getpwnam( TALLOC_CTX *mem_ctx, const char *domuser,
fstring save_username, bool create );