summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-09-08 15:32:24 +0200
committerGünther Deschner <gd@samba.org>2009-09-08 17:07:03 +0200
commita48f884f705de2d08250e00400ae20cd8c677033 (patch)
treed7662d0b13b9676d5c50d4c410f06aeb9c9dcfc9 /source3/include/proto.h
parent3984738646eaa91c9d03b28f8a535d6eed79c0be (diff)
downloadsamba-a48f884f705de2d08250e00400ae20cd8c677033.tar.gz
samba-a48f884f705de2d08250e00400ae20cd8c677033.tar.bz2
samba-a48f884f705de2d08250e00400ae20cd8c677033.zip
s3: remove unused RPC_AUTH_SCHANNEL_NEG struct and parsing functions.
Guenther
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 4bdd306c0b..be5cfe1141 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -5731,10 +5731,6 @@ void init_rpc_auth_verifier(RPC_AUTH_VERIFIER *rav,
const char *signature, uint32 msg_type);
bool smb_io_rpc_auth_verifier(const char *desc, RPC_AUTH_VERIFIER *rav, prs_struct *ps, int depth);
bool smb_io_rpc_schannel_verifier(const char *desc, RPC_AUTH_VERIFIER *rav, prs_struct *ps, int depth);
-void init_rpc_auth_schannel_neg(RPC_AUTH_SCHANNEL_NEG *neg,
- const char *domain, const char *myname);
-bool smb_io_rpc_auth_schannel_neg(const char *desc, RPC_AUTH_SCHANNEL_NEG *neg,
- prs_struct *ps, int depth);
bool smb_io_rpc_auth_schannel_chk(const char *desc, int auth_len,
RPC_AUTH_SCHANNEL_CHK * chk,
prs_struct *ps, int depth);