diff options
author | Simo Sorce <idra@samba.org> | 2010-07-11 17:49:06 -0400 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-07-13 14:44:12 +0200 |
commit | 0c93b7dff7600074977bb4504169488b090f1d46 (patch) | |
tree | ac2ca6d8bd9d8dff98dcc5a207b377047f9dba92 /source3/include/proto.h | |
parent | bc6a3e0030f262d9182b241d09df403483c1bf03 (diff) | |
download | samba-0c93b7dff7600074977bb4504169488b090f1d46.tar.gz samba-0c93b7dff7600074977bb4504169488b090f1d46.tar.bz2 samba-0c93b7dff7600074977bb4504169488b090f1d46.zip |
s3-dcerpc: Remove unused functions and headers
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 0fbe70a89c..d7b70cb4b2 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5102,20 +5102,9 @@ const struct ndr_interface_table *get_iface_from_syntax( const struct ndr_syntax_id *syntax); const char *get_pipe_name_from_syntax(TALLOC_CTX *mem_ctx, const struct ndr_syntax_id *syntax); -void init_rpc_hdr(RPC_HDR *hdr, enum dcerpc_pkt_type pkt_type, uint8 flags, - uint32 call_id, int data_len, int auth_len); -bool smb_io_rpc_hdr(const char *desc, RPC_HDR *rpc, prs_struct *ps, int depth); NTSTATUS dcerpc_pull_dcerpc_bind(TALLOC_CTX *mem_ctx, const DATA_BLOB *blob, struct dcerpc_bind *r); -void init_rpc_hdr_ba(RPC_HDR_BA *rpc, - uint16 max_tsize, uint16 max_rsize, uint32 assoc_gid, - const char *pipe_addr, - uint8 num_results, uint16 result, uint16 reason, - const struct ndr_syntax_id *transfer); -bool smb_io_rpc_hdr_ba(const char *desc, RPC_HDR_BA *rpc, prs_struct *ps, int depth); -void init_rpc_hdr_req(RPC_HDR_REQ *hdr, uint32 alloc_hint, uint16 opnum); -bool smb_io_rpc_hdr_req(const char *desc, RPC_HDR_REQ *rpc, prs_struct *ps, int depth); bool smb_io_rpc_hdr_resp(const char *desc, RPC_HDR_RESP *rpc, prs_struct *ps, int depth); void init_rpc_hdr_auth(RPC_HDR_AUTH *rai, uint8 auth_type, uint8 auth_level, |