From 19cc0d70cb2f36b0659021a05194eb500afa7dcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Deschner?= Date: Fri, 16 Jan 2015 13:43:01 +0100 Subject: s4-torture: add witness torture ndr testsuite. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Signed-off-by: Günther Deschner Reviewed-by: Stefan Metzmacher --- librpc/idl/witness.idl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'librpc') diff --git a/librpc/idl/witness.idl b/librpc/idl/witness.idl index be05cc71c69..b9c6abaebed 100644 --- a/librpc/idl/witness.idl +++ b/librpc/idl/witness.idl @@ -45,14 +45,14 @@ interface witness [size_is(num_interfaces)] witness_interfaceInfo *interfaces; } witness_interfaceList; - WERROR witness_GetInterfaceList( + [public] WERROR witness_GetInterfaceList( [out] witness_interfaceList **interface_list ); /*****************/ /* Function 0x01 */ - WERROR witness_Register( + [public] WERROR witness_Register( [out,ref] policy_handle *context_handle, [in] witness_version version, [in,unique,string,charset(UTF16)] uint16 *net_name, @@ -63,7 +63,7 @@ interface witness /*****************/ /* Function 0x02 */ - WERROR witness_UnRegister( + [public] WERROR witness_UnRegister( [in] policy_handle context_handle ); @@ -125,7 +125,7 @@ interface witness [subcontext(4), subcontext_size(length), flag(NDR_REMAINING)] DATA_BLOB *messages; } witness_notifyResponse; - WERROR witness_AsyncNotify( + [public] WERROR witness_AsyncNotify( [in] policy_handle context_handle, [out] witness_notifyResponse **response ); -- cgit v1.2.1