netapi: add SERVER_INFO_100-102 to IDL.
authorGünther Deschner <gd@samba.org>
Mon, 1 Sep 2008 15:43:49 +0000 (17:43 +0200)
committerGünther Deschner <gd@samba.org>
Fri, 5 Sep 2008 11:02:53 +0000 (13:02 +0200)
Guenther

source/librpc/idl/libnetapi.idl

index 48f168668243090c7f18decfda494e41a35d809f..07944e63092ef588aa8037b539d8a1c6789801be 100644 (file)
@@ -91,6 +91,36 @@ interface libnetapi
        /* NetServerGetInfo                        */
        /*******************************************/
 
+       [public] typedef struct {
+               uint32 sv100_platform_id;
+               string sv100_name;
+       } SERVER_INFO_100;
+
+       [public] typedef struct {
+               uint32 sv101_platform_id;
+               string sv101_name;
+               uint32 sv101_version_major;
+               uint32 sv101_version_minor;
+               uint32 sv101_type;
+               string sv101_comment;
+       } SERVER_INFO_101;
+
+       [public] typedef struct {
+               uint32 sv102_platform_id;
+               string sv102_name;
+               uint32 sv102_version_major;
+               uint32 sv102_version_minor;
+               uint32 sv102_type;
+               string sv102_comment;
+               uint32 sv102_users;
+               uint32 sv102_disc;
+               boolean8 sv102_hidden;
+               uint32 sv102_announce;
+               uint32 sv102_anndelta;
+               uint32 sv102_licenses;
+               string sv102_userpath;
+       } SERVER_INFO_102;
+
        [public] typedef struct {
                string sv1005_comment;
        } SERVER_INFO_1005;