summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2010-05-27 03:21:35 -0400
committerGünther Deschner <gd@samba.org>2010-05-28 01:20:09 +0200
commit2a6a696e32798f2a2aabef61dfa421da6328d069 (patch)
tree80a827f03575c96fe8ca92e697d554e3501fe251 /source3/include/proto.h
parent606be25ecf4a31cba9f15c43ebc650aecb17e765 (diff)
downloadsamba-2a6a696e32798f2a2aabef61dfa421da6328d069.tar.gz
samba-2a6a696e32798f2a2aabef61dfa421da6328d069.tar.bz2
samba-2a6a696e32798f2a2aabef61dfa421da6328d069.zip
s3:auth add function to convert wbcAuthUserInfo to netr_SamInfo3
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index ff7eb9383e..8c3f05eade 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -184,6 +184,8 @@ NTSTATUS samu_to_SamInfo3(TALLOC_CTX *mem_ctx,
struct netr_SamInfo3 **_info3);
struct netr_SamInfo3 *copy_netr_SamInfo3(TALLOC_CTX *mem_ctx,
struct netr_SamInfo3 *orig);
+struct netr_SamInfo3 *wbcAuthUserInfo_to_netr_SamInfo3(TALLOC_CTX *mem_ctx,
+ const struct wbcAuthUserInfo *info);
/* The following definitions come from auth/auth_wbc.c */