summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2010-07-08 01:13:57 -0400
committerSimo Sorce <idra@samba.org>2010-07-08 01:41:24 -0400
commit0d9b63663f888bafbc7451845a79dabf9ceadc0f (patch)
tree4b9d456f7f622e948890765f748f28487630762b /source3/include/proto.h
parentae526514a936b46112845480646402fdd385d7a2 (diff)
downloadsamba-0d9b63663f888bafbc7451845a79dabf9ceadc0f.tar.gz
samba-0d9b63663f888bafbc7451845a79dabf9ceadc0f.tar.bz2
samba-0d9b63663f888bafbc7451845a79dabf9ceadc0f.zip
s3:dcerpc Add prs_parse_dcerpc_bind
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index ec61dd1b9d..90afdd1fa6 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -5080,6 +5080,9 @@ void init_rpc_hdr(RPC_HDR *hdr, enum dcerpc_pkt_type pkt_type, uint8 flags,
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);
void init_rpc_hdr_ba(RPC_HDR_BA *rpc,
uint16 max_tsize, uint16 max_rsize, uint32 assoc_gid,
const char *pipe_addr,