diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-12-26 11:51:08 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-12-28 22:39:19 +1100 |
commit | d76abd1c45de32eea0b7a001eb819152435d66ef (patch) | |
tree | c4729d08fefcaacbec219238286af625cf0ec5da /source3/auth | |
parent | 4b7b26e3c05f0fe38fe6c843df48d665db75c0f6 (diff) | |
download | samba-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.h | 1 |
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); |