diff options
author | Simo Sorce <ssorce@redhat.com> | 2010-05-27 02:40:59 -0400 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-05-28 00:55:27 +0200 |
commit | 6713f3d945f09a732e620641771d9ff403aca9ef (patch) | |
tree | d67129b51b84685fe8af3088b6119187ccb8c79d /source3/include | |
parent | 605cfef56c23f39eba88545c43284b061e9755bd (diff) | |
download | samba-6713f3d945f09a732e620641771d9ff403aca9ef.tar.gz samba-6713f3d945f09a732e620641771d9ff403aca9ef.tar.bz2 samba-6713f3d945f09a732e620641771d9ff403aca9ef.zip |
s3:auth add function to copy a netr_SamInfo3 structure
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 9a19fbe9b5..ff7eb9383e 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -182,6 +182,8 @@ NTSTATUS samu_to_SamInfo3(TALLOC_CTX *mem_ctx, struct samu *samu, const char *login_server, struct netr_SamInfo3 **_info3); +struct netr_SamInfo3 *copy_netr_SamInfo3(TALLOC_CTX *mem_ctx, + struct netr_SamInfo3 *orig); /* The following definitions come from auth/auth_wbc.c */ |