Rob Shearman : include: Add declarations for RpcMgmtInqStats and RpcMgmtStatsVectorFree.

Alexandre Julliard julliard at winehq.org
Mon Mar 30 12:08:41 CDT 2009


Module: wine
Branch: master
Commit: c82efc02eee000c4cd5b293d0d8a930df257084d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c82efc02eee000c4cd5b293d0d8a930df257084d

Author: Rob Shearman <robertshearman at gmail.com>
Date:   Sun Mar 29 18:39:32 2009 +0100

include: Add declarations for RpcMgmtInqStats and RpcMgmtStatsVectorFree.

---

 include/rpcdce.h |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/include/rpcdce.h b/include/rpcdce.h
index aec99a4..f7bb44c 100644
--- a/include/rpcdce.h
+++ b/include/rpcdce.h
@@ -394,6 +394,9 @@ RPCRTAPI RPC_STATUS RPC_ENTRY
   RpcMgmtWaitServerListen( void );
 
 RPCRTAPI RPC_STATUS RPC_ENTRY
+  RpcMgmtInqStats( RPC_BINDING_HANDLE Binding, RPC_STATS_VECTOR **Statistics );
+
+RPCRTAPI RPC_STATUS RPC_ENTRY
   RpcMgmtStopServerListening( RPC_BINDING_HANDLE Binding );
 
 RPCRTAPI RPC_STATUS RPC_ENTRY
@@ -413,6 +416,9 @@ RPCRTAPI RPC_STATUS RPC_ENTRY
   RpcMgmtSetServerStackSize( ULONG ThreadStackSize );
 
 RPCRTAPI RPC_STATUS RPC_ENTRY
+RpcMgmtStatsVectorFree( RPC_STATS_VECTOR **StatsVector );
+
+RPCRTAPI RPC_STATUS RPC_ENTRY
   RpcServerRegisterIf( RPC_IF_HANDLE IfSpec, UUID* MgrTypeUuid, RPC_MGR_EPV* MgrEpv );
 
 RPCRTAPI RPC_STATUS RPC_ENTRY




More information about the wine-cvs mailing list