summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2010-07-14 19:39:54 -0400
committerGünther Deschner <gd@samba.org>2010-07-16 01:51:17 +0200
commitff121c89d365db657128bb53bd63d18c8bfa7155 (patch)
tree99feb66c35181714707df65acd254d39499c319f /source3/include/proto.h
parentb44a91b2206b514ff47b8841d607ffd2cc297c8b (diff)
downloadsamba-ff121c89d365db657128bb53bd63d18c8bfa7155.tar.gz
samba-ff121c89d365db657128bb53bd63d18c8bfa7155.tar.bz2
samba-ff121c89d365db657128bb53bd63d18c8bfa7155.zip
s3-dcerpc: Use DATA_BLOB instead of prs_struct for reply_pdu
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 735f5e2bf8..a7d8782497 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -4851,7 +4851,7 @@ struct tevent_req *rpc_api_pipe_req_send(TALLOC_CTX *mem_ctx,
uint8_t op_num,
prs_struct *req_data);
NTSTATUS rpc_api_pipe_req_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
- prs_struct *reply_pdu);
+ DATA_BLOB *reply_pdu);
struct tevent_req *rpc_pipe_bind_send(TALLOC_CTX *mem_ctx,
struct event_context *ev,
struct rpc_pipe_client *cli,