From 915fe7981b48537bb000ae5f90e630caacf657e0 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 18 Oct 2011 20:58:47 +1100 Subject: s3-auth remove auth_ntlmssp_session_info() Instead, call gensec_session_info() directly. Andrew Bartlett Signed-off-by: Stefan Metzmacher --- source3/auth/proto.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/auth/proto.h') diff --git a/source3/auth/proto.h b/source3/auth/proto.h index a7266d6e60..bc2d58a811 100644 --- a/source3/auth/proto.h +++ b/source3/auth/proto.h @@ -69,9 +69,6 @@ NTSTATUS auth_netlogond_init(void); /* The following definitions come from auth/auth_ntlmssp.c */ -NTSTATUS auth_ntlmssp_session_info(TALLOC_CTX *mem_ctx, - struct auth_ntlmssp_state *auth_ntlmssp_state, - struct auth_session_info **session_info); NTSTATUS auth_ntlmssp_prepare(const struct tsocket_address *remote_address, struct auth_ntlmssp_state **auth_ntlmssp_state); NTSTATUS auth_ntlmssp_start(struct auth_ntlmssp_state *auth_ntlmssp_state); -- cgit