summaryrefslogtreecommitdiff
path: root/source3/auth
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-12-26 11:51:08 +1100
committerAndrew Bartlett <abartlet@samba.org>2011-12-28 22:39:19 +1100
commitd76abd1c45de32eea0b7a001eb819152435d66ef (patch)
treec4729d08fefcaacbec219238286af625cf0ec5da /source3/auth
parent4b7b26e3c05f0fe38fe6c843df48d665db75c0f6 (diff)
downloadsamba-d76abd1c45de32eea0b7a001eb819152435d66ef.tar.gz
samba-d76abd1c45de32eea0b7a001eb819152435d66ef.tar.bz2
samba-d76abd1c45de32eea0b7a001eb819152435d66ef.zip
s3-auth: Remove protype for already-removed auth_ntlmssp_start
Diffstat (limited to 'source3/auth')
-rw-r--r--source3/auth/proto.h1
1 files changed, 0 insertions, 1 deletions
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);