summaryrefslogtreecommitdiff
path: root/auth/auth_sam_reply.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2016-01-07 16:06:25 +0100
committerAndrew Bartlett <abartlet@samba.org>2016-06-30 03:30:27 +0200
commit74bccb3be1cd6fab808dac5e25c587238d850990 (patch)
treecad9250426887cd1dbef711a9b4e916f03cde1f1 /auth/auth_sam_reply.h
parent3b94fde963be2c4e4dcd03cc020428383a809eeb (diff)
downloadsamba-74bccb3be1cd6fab808dac5e25c587238d850990.tar.gz
auth/auth_sam_reply: make auth_convert_user_info_dc_sambaseinfo() a private helper
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'auth/auth_sam_reply.h')
-rw-r--r--auth/auth_sam_reply.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/auth/auth_sam_reply.h b/auth/auth_sam_reply.h
index 22e3c77e267..5d86830b328 100644
--- a/auth/auth_sam_reply.h
+++ b/auth/auth_sam_reply.h
@@ -38,9 +38,6 @@ NTSTATUS make_user_info_SamBaseInfo(TALLOC_CTX *mem_ctx,
bool authenticated,
struct auth_user_info **_user_info);
-NTSTATUS auth_convert_user_info_dc_sambaseinfo(TALLOC_CTX *mem_ctx,
- const struct auth_user_info_dc *user_info_dc,
- struct netr_SamBaseInfo **_sam);
NTSTATUS auth_convert_user_info_dc_saminfo6(TALLOC_CTX *mem_ctx,
const struct auth_user_info_dc *user_info_dc,
struct netr_SamInfo6 **_sam6);