diff options
author | Günther Deschner <gd@samba.org> | 2015-01-16 13:43:01 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2015-04-13 13:08:12 +0200 |
commit | 19cc0d70cb2f36b0659021a05194eb500afa7dcb (patch) | |
tree | 18b7de2234535881af8946b2891836fe47b90241 /librpc/idl/witness.idl | |
parent | 130740100b2473448b3f530d1a0c463d7bbfa236 (diff) | |
download | samba-19cc0d70cb2f36b0659021a05194eb500afa7dcb.tar.gz |
s4-torture: add witness torture ndr testsuite.
Guenther
Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'librpc/idl/witness.idl')
-rw-r--r-- | librpc/idl/witness.idl | 8 |
1 files changed, 4 insertions, 4 deletions
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 ); |