]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Add SERVER_INFO_1005 to libnetapi.idl.
authorGünther Deschner <gd@samba.org>
Thu, 10 Apr 2008 19:28:17 +0000 (21:28 +0200)
committerGünther Deschner <gd@samba.org>
Thu, 10 Apr 2008 19:28:17 +0000 (21:28 +0200)
Guenther

source/librpc/idl/libnetapi.idl

index d74df187e6a05736615ef6b89dff7fc35af5f62f..9cb8b231c88c93b1eab95a8c215b5d828c9637a6 100644 (file)
@@ -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,