summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-03-25 22:38:58 +0100
committerGünther Deschner <gd@samba.org>2009-03-25 22:50:40 +0100
commit72636db8e5f06e887db6c34b6f88bef567c093dd (patch)
tree62d82ec33b716b7c81393fb6549a4eed965e00f4 /source3/include
parent8000479d181347bd6f248309168721fe3a20ad2a (diff)
downloadsamba-72636db8e5f06e887db6c34b6f88bef567c093dd.tar.gz
samba-72636db8e5f06e887db6c34b6f88bef567c093dd.tar.bz2
samba-72636db8e5f06e887db6c34b6f88bef567c093dd.zip
s3: remove unused rpc_parse/parse_sec.c file.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 3b4b1cf3f1..358593b3e8 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -5818,11 +5818,6 @@ 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 rpc_parse/parse_sec.c */
-
-bool sec_io_desc(const char *desc, SEC_DESC **ppsd, prs_struct *ps, int depth);
-bool sec_io_desc_buf(const char *desc, SEC_DESC_BUF **ppsdb, prs_struct *ps, int depth);
-
/* The following definitions come from rpc_server/srv_eventlog_lib.c */
TDB_CONTEXT *elog_init_tdb( char *tdbfilename );