diff options
author | Günther Deschner <gd@samba.org> | 2009-03-24 20:29:59 +0100 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2010-07-07 23:45:51 -0400 |
commit | 257f5145b571960fce0e12ce0cd04dbd0ac83f6a (patch) | |
tree | 7ed6e3f414dd20e9c9c1ada3cae47b04fe759e04 /source3/include/proto.h | |
parent | 5aabd9af8e2abe0eafcafbba60a10ce9102d77c4 (diff) | |
download | samba-257f5145b571960fce0e12ce0cd04dbd0ac83f6a.tar.gz samba-257f5145b571960fce0e12ce0cd04dbd0ac83f6a.tar.bz2 samba-257f5145b571960fce0e12ce0cd04dbd0ac83f6a.zip |
s3-dcerpc: remove unused init_rpc_hdr_rb and init_rpc_context.
Guenther
Signed-off-by: Simo Sorce <idra@samba.org>
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 35229c836b..ed1dc3d400 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5075,12 +5075,6 @@ const char *get_pipe_name_from_syntax(TALLOC_CTX *mem_ctx, 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); -void init_rpc_context(RPC_CONTEXT *rpc_ctx, uint16 context_id, - const struct ndr_syntax_id *abstract, - const struct ndr_syntax_id *transfer); -void init_rpc_hdr_rb(RPC_HDR_RB *rpc, - uint16 max_tsize, uint16 max_rsize, uint32 assoc_gid, - RPC_CONTEXT *context); bool smb_io_rpc_context(const char *desc, RPC_CONTEXT *rpc_ctx, prs_struct *ps, int depth); bool smb_io_rpc_hdr_rb(const char *desc, RPC_HDR_RB *rpc, prs_struct *ps, int depth); void init_rpc_hdr_ba(RPC_HDR_BA *rpc, |