Commit 974b4d2c authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

include: Add prototype for I_RpcNegotiateTransferSyntax.

parent 779d4c74
......@@ -130,6 +130,8 @@ typedef struct _RPC_CLIENT_INTERFACE
#define TRANSPORT_TYPE_WMSG 0x08
RPCRTAPI RPC_STATUS RPC_ENTRY
I_RpcNegotiateTransferSyntax( RPC_MESSAGE* Message );
RPCRTAPI RPC_STATUS RPC_ENTRY
I_RpcGetBuffer( RPC_MESSAGE* Message );
RPCRTAPI RPC_STATUS RPC_ENTRY
I_RpcGetBufferWithObject( RPC_MESSAGE* Message, UUID* ObjectUuid );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment