s3-dcerpc: Use DATA_BLOB instead of prs_struct for req_data
[samba.git] / source3 / include / proto.h
index a7d8782497ac3859d183bd35dc1dc483a7c4efa2..cb01c38a308a0818f41fc68f11079951f7d5f1c2 100644 (file)
@@ -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,