diff options
author | Simo Sorce <idra@samba.org> | 2010-07-15 08:48:51 -0400 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-07-16 01:51:18 +0200 |
commit | 8f2bfa88b5846528aa78840979a8ce8babef2cc0 (patch) | |
tree | 5579d698028ecaad5afe2e692fdcc203f5829077 /source3/include/proto.h | |
parent | 8e9cd4144e0997991c1b54acf4e62213bce9019e (diff) | |
download | samba-8f2bfa88b5846528aa78840979a8ce8babef2cc0.tar.gz samba-8f2bfa88b5846528aa78840979a8ce8babef2cc0.tar.bz2 samba-8f2bfa88b5846528aa78840979a8ce8babef2cc0.zip |
s3-dcerpc: Use DATA_BLOB instead of prs_struct for req_data
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index a7d8782497..cb01c38a30 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4849,7 +4849,7 @@ struct tevent_req *rpc_api_pipe_req_send(TALLOC_CTX *mem_ctx, struct event_context *ev, struct rpc_pipe_client *cli, uint8_t op_num, - prs_struct *req_data); + DATA_BLOB *req_data); NTSTATUS rpc_api_pipe_req_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx, DATA_BLOB *reply_pdu); struct tevent_req *rpc_pipe_bind_send(TALLOC_CTX *mem_ctx, |