summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-12-30 14:20:31 +0100
committerGünther Deschner <gd@samba.org>2010-03-24 17:34:56 +0100
commit2dfc78a41a34e181ba9dcacf58010ddb0883a619 (patch)
treec2cd4e24191e89ec3e674f3e5939db54dc2007dc /source3/include
parent9f895ea236fb2e6a5ed93656f75ea853f20fd102 (diff)
downloadsamba-2dfc78a41a34e181ba9dcacf58010ddb0883a619.tar.gz
samba-2dfc78a41a34e181ba9dcacf58010ddb0883a619.tar.bz2
samba-2dfc78a41a34e181ba9dcacf58010ddb0883a619.zip
s3:ntlmssp: remove unused ntlmssp_set_workstation()
metze Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index c696cb87ea..f45e745f32 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -3203,7 +3203,6 @@ NTSTATUS ntlmssp_set_hashes(struct ntlmssp_state *ntlmssp_state,
const unsigned char nt_hash[16]) ;
NTSTATUS ntlmssp_set_password(struct ntlmssp_state *ntlmssp_state, const char *password) ;
NTSTATUS ntlmssp_set_domain(struct ntlmssp_state *ntlmssp_state, const char *domain) ;
-NTSTATUS ntlmssp_set_workstation(struct ntlmssp_state *ntlmssp_state, const char *workstation) ;
void ntlmssp_want_feature_list(struct ntlmssp_state *ntlmssp_state, char *feature_list);
void ntlmssp_want_feature(struct ntlmssp_state *ntlmssp_state, uint32 feature);
NTSTATUS ntlmssp_update(struct ntlmssp_state *ntlmssp_state,