From c4f6fb0b2d669e9f575f1f25a651d0b7982e7db1 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 11 Sep 2009 02:56:00 +0200 Subject: s3-schannel: remove last schannel hand-marshalling function. Guenther --- source3/include/proto.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/include/proto.h') diff --git a/source3/include/proto.h b/source3/include/proto.h index c51d4ee728..865abbf910 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5728,9 +5728,6 @@ void init_rpc_hdr_auth(RPC_HDR_AUTH *rai, uint8 auth_pad_len, uint32 auth_context_id); bool smb_io_rpc_hdr_auth(const char *desc, RPC_HDR_AUTH *rai, 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); /* The following definitions come from lib/eventlog/eventlog.c */ -- cgit