From 693a5679fdde7cae6a74377d2fc9b8af3efdcdb3 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 10 Apr 2008 21:28:17 +0200 Subject: Add SERVER_INFO_1005 to libnetapi.idl. Guenther (This used to be commit 5387c6e8d19f7f26561c5fbacb1c75a5ba8fea60) --- source3/librpc/idl/libnetapi.idl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/librpc/idl/libnetapi.idl') diff --git a/source3/librpc/idl/libnetapi.idl b/source3/librpc/idl/libnetapi.idl index d74df187e6..9cb8b231c8 100644 --- a/source3/librpc/idl/libnetapi.idl +++ b/source3/librpc/idl/libnetapi.idl @@ -46,6 +46,10 @@ interface libnetapi [out] string ***ous ); + [public] typedef struct { + string sv1005_comment; + } SERVER_INFO_1005; + [nopush,nopull] NET_API_STATUS NetServerGetInfo( [in,unique] string *server_name, [in] uint32 level, -- cgit