From 5387c6e8d19f7f26561c5fbacb1c75a5ba8fea60 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Thu, 10 Apr 2008 21:28:17 +0200 Subject: [PATCH] Add SERVER_INFO_1005 to libnetapi.idl. Guenther --- source/librpc/idl/libnetapi.idl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/librpc/idl/libnetapi.idl b/source/librpc/idl/libnetapi.idl index d74df187e6a..9cb8b231c88 100644 --- a/source/librpc/idl/libnetapi.idl +++ b/source/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, -- 2.47.3