From 85f3fedc4bce817c10bf49f063d7083985f52a3f Mon Sep 17 00:00:00 2001 From: Rob Shearman Date: Mon, 9 Jun 2008 22:36:27 +0100 Subject: [PATCH] include: Add declaration for RpcSmDestroyClientContext to rpcndr.h. --- include/rpcndr.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/rpcndr.h b/include/rpcndr.h index 914f9f17985..79385290099 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 );