From d76abd1c45de32eea0b7a001eb819152435d66ef Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 26 Dec 2011 11:51:08 +1100 Subject: s3-auth: Remove protype for already-removed auth_ntlmssp_start --- source3/auth/proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/auth') diff --git a/source3/auth/proto.h b/source3/auth/proto.h index 125ac14ea4..074da79a05 100644 --- a/source3/auth/proto.h +++ b/source3/auth/proto.h @@ -71,7 +71,6 @@ NTSTATUS auth_netlogond_init(void); NTSTATUS auth_generic_prepare(const struct tsocket_address *remote_address, struct auth_generic_state **auth_ntlmssp_state); -NTSTATUS auth_ntlmssp_start(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, uint8_t auth_type, uint8_t auth_level); -- cgit