s3-auth Add TALLOC_CTX * to auth_generic_prepare()
[metze/samba/wip.git] / source3 / auth / proto.h
index 074da79a056bda4c69ea9ed0fc09632edf13fea4..31271da3e5e62c3dba374b3e0f880fe7e54120a1 100644 (file)
@@ -69,7 +69,7 @@ NTSTATUS auth_netlogond_init(void);
 
 /* The following definitions come from auth/auth_ntlmssp.c  */
 
-NTSTATUS auth_generic_prepare(const struct tsocket_address *remote_address,
+NTSTATUS auth_generic_prepare(TALLOC_CTX *mem_ctx, const struct tsocket_address *remote_address,
                              struct auth_generic_state **auth_ntlmssp_state);
 NTSTATUS auth_generic_start(struct auth_generic_state *auth_ntlmssp_state, const char *oid);
 NTSTATUS auth_generic_authtype_start(struct auth_generic_state *auth_ntlmssp_state,