Module: wine Branch: master Commit: 974b4d2c955b7623ecbb35aeb5a0119002f8b9c1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=974b4d2c955b7623ecbb35aeb5...
Author: Rob Shearman rob@codeweavers.com Date: Tue Jan 8 12:02:49 2008 +0000
include: Add prototype for I_RpcNegotiateTransferSyntax.
---
include/rpcdcep.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/rpcdcep.h b/include/rpcdcep.h index f0b78c1..f511bb0 100644 --- a/include/rpcdcep.h +++ b/include/rpcdcep.h @@ -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 );