From 04f9e33de140235d387a254403909063b8c30f9e Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 11 Apr 2010 22:26:46 +0200 Subject: s3: Make check_sam_security public --- source3/include/proto.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index b6bc7a2f75..1efa3cf27e 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -61,6 +61,10 @@ NTSTATUS auth_ntlmssp_update(AUTH_NTLMSSP_STATE *auth_ntlmssp_state, /* The following definitions come from auth/auth_sam.c */ +NTSTATUS check_sam_security(const DATA_BLOB *challenge, + TALLOC_CTX *mem_ctx, + const struct auth_usersupplied_info *user_info, + struct auth_serversupplied_info **server_info); NTSTATUS auth_sam_init(void); /* The following definitions come from auth/auth_server.c */ -- cgit