diff options
-rw-r--r-- | source3/librpc/idl/libnetapi.idl | 4 |
1 files changed, 4 insertions, 0 deletions
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, |