summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-09-16 00:52:33 +0200
committerGünther Deschner <gd@samba.org>2009-09-16 01:55:13 +0200
commit97d7a524abc4993f231357ef22c637994d2cdcb9 (patch)
tree96034e506153367dbb86696e9bce258e0e2425ea /source3/include
parent799f8d7e13cc712f32cdd779770e4868ad17486b (diff)
downloadsamba-97d7a524abc4993f231357ef22c637994d2cdcb9.tar.gz
samba-97d7a524abc4993f231357ef22c637994d2cdcb9.tar.bz2
samba-97d7a524abc4993f231357ef22c637994d2cdcb9.zip
s3-schannel: remove unused schannel_decode/schannel_encode.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 2c7c7b1b09..8af6dba7b0 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -5706,13 +5706,6 @@ bool prs_uint16s(bool charmode, const char *name, prs_struct *ps, int depth, uin
bool prs_uint32s(bool charmode, const char *name, prs_struct *ps, int depth, uint32 *data32s, int len);
bool prs_unistr(const char *name, prs_struct *ps, int depth, UNISTR *str);
bool prs_string(const char *name, prs_struct *ps, int depth, char *str, int max_buf_size);
-void schannel_encode(struct schannel_auth_struct *a, enum dcerpc_AuthLevel auth_level,
- enum schannel_direction direction,
- struct NL_AUTH_SIGNATURE *verf,
- char *data, size_t data_len);
-bool schannel_decode(struct schannel_auth_struct *a, enum dcerpc_AuthLevel auth_level,
- enum schannel_direction direction,
- struct NL_AUTH_SIGNATURE *verf, char *data, size_t data_len);
bool prs_init_data_blob(prs_struct *prs, DATA_BLOB *blob, TALLOC_CTX *mem_ctx);
bool prs_data_blob(prs_struct *prs, DATA_BLOB *blob, TALLOC_CTX *mem_ctx);