summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-04-01 23:07:03 +0200
committerSimo Sorce <idra@samba.org>2010-07-08 00:29:33 -0400
commit77e3fffd09e5548ded472bed25109ddda2d45b30 (patch)
tree8fdc098e313d9863a3d866f0a5bade807b3660f0 /source3/include/proto.h
parent389a6774264b273fa210dcd30669d58a5c0db615 (diff)
downloadsamba-77e3fffd09e5548ded472bed25109ddda2d45b30.tar.gz
samba-77e3fffd09e5548ded472bed25109ddda2d45b30.tar.bz2
samba-77e3fffd09e5548ded472bed25109ddda2d45b30.zip
s3-dcerpc: add dcerpc_pull_ncacn_packet_header().
Guenther Signed-off-by: Simo Sorce <idra@samba.org>
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 ed1dc3d400..99afcf3e05 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -4844,6 +4844,9 @@ NTSTATUS dcerpc_push_ncacn_packet(TALLOC_CTX *mem_ctx,
NTSTATUS dcerpc_pull_ncacn_packet(TALLOC_CTX *mem_ctx,
const DATA_BLOB *blob,
struct ncacn_packet *r);
+NTSTATUS dcerpc_pull_ncacn_packet_header(TALLOC_CTX *mem_ctx,
+ const DATA_BLOB *blob,
+ struct ncacn_packet_header *r);
struct tevent_req *rpc_pipe_bind_send(TALLOC_CTX *mem_ctx,
struct event_context *ev,
struct rpc_pipe_client *cli,