diff options
author | Simo Sorce <idra@samba.org> | 2010-07-08 01:48:05 -0400 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2010-07-08 01:48:05 -0400 |
commit | 7571c15af93f638a78d69378ce7c793b0e90dc4e (patch) | |
tree | 4bb1e9293f79be077dd06c0405f18f4fbbf825f7 /source3/include | |
parent | 7236f8cda93ccfbbbac74b9392bfb5dc93268bcb (diff) | |
download | samba-7571c15af93f638a78d69378ce7c793b0e90dc4e.tar.gz samba-7571c15af93f638a78d69378ce7c793b0e90dc4e.tar.bz2 samba-7571c15af93f638a78d69378ce7c793b0e90dc4e.zip |
s3:dcerpc Remove unused structure and functions
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 | ||||
-rw-r--r-- | source3/include/rpc_dce.h | 7 |
2 files changed, 0 insertions, 9 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 90afdd1fa6..d08dc59ecb 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5078,8 +5078,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); -bool smb_io_rpc_context(const char *desc, struct dcerpc_ctx_list *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); NTSTATUS dcerpc_pull_dcerpc_bind(TALLOC_CTX *mem_ctx, const DATA_BLOB *blob, struct dcerpc_bind *r); diff --git a/source3/include/rpc_dce.h b/source3/include/rpc_dce.h index 03d1e32cca..ade4728d23 100644 --- a/source3/include/rpc_dce.h +++ b/source3/include/rpc_dce.h @@ -107,13 +107,6 @@ typedef struct rpc_hdr_auth_info { #define RPC_HDR_AUTH_LEN 8 -/* RPC_BIND_REQ - ms req bind */ -typedef struct rpc_bind_req_info { - RPC_HDR_BBA bba; - uint8 num_contexts; /* the number of contexts */ - struct dcerpc_ctx_list *rpc_context; -} RPC_HDR_RB; - /* * The following length is 8 bytes RPC_HDR_BBA_LEN + * 4 bytes size of context count + |