diff options
Diffstat (limited to 'source4/auth/ntlm/auth_proto.h')
-rw-r--r-- | source4/auth/ntlm/auth_proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/ntlm/auth_proto.h b/source4/auth/ntlm/auth_proto.h index 572c1a4ca7..5e8c725ea0 100644 --- a/source4/auth/ntlm/auth_proto.h +++ b/source4/auth/ntlm/auth_proto.h @@ -23,7 +23,7 @@ NTSTATUS server_service_auth_init(void); /* The following definitions come from auth/ntlm/auth_util.c */ -NTSTATUS auth_get_challenge_not_implemented(struct auth_method_context *ctx, TALLOC_CTX *mem_ctx, DATA_BLOB *challenge); +NTSTATUS auth_get_challenge_not_implemented(struct auth_method_context *ctx, TALLOC_CTX *mem_ctx, uint8_t chal[8]); /**************************************************************************** Create an auth_usersupplied_data structure after appropriate mapping. |