Rob Shearman : include: Add declaration for RpcSmDestroyClientContext to rpcndr.h.
Module: wine Branch: master Commit: 85f3fedc4bce817c10bf49f063d7083985f52a3f URL: http://source.winehq.org/git/wine.git/?a=commit;h=85f3fedc4bce817c10bf49f063... Author: Rob Shearman <robertshearman(a)gmail.com> Date: Mon Jun 9 22:36:27 2008 +0100 include: Add declaration for RpcSmDestroyClientContext to rpcndr.h. --- include/rpcndr.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/include/rpcndr.h b/include/rpcndr.h index 914f9f1..7938529 100644 --- a/include/rpcndr.h +++ b/include/rpcndr.h @@ -536,6 +536,9 @@ RPCRTAPI void RPC_ENTRY RPCRTAPI NDR_SCONTEXT RPC_ENTRY NdrServerContextNewUnmarshall( PMIDL_STUB_MESSAGE pStubMsg, PFORMAT_STRING pFormat ); +RPCRTAPI RPC_STATUS RPC_ENTRY + RpcSmDestroyClientContext( void **ContextHandle ); + RPCRTAPI void RPC_ENTRY RpcSsDestroyClientContext( void **ContextHandle );
participants (1)
-
Alexandre Julliard