]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
netapi: add NETSETUP_JOIN_STATUS to IDL.
authorGünther Deschner <gd@samba.org>
Tue, 2 Sep 2008 12:32:59 +0000 (14:32 +0200)
committerGünther Deschner <gd@samba.org>
Fri, 5 Sep 2008 11:18:01 +0000 (13:18 +0200)
Guenther

source/librpc/idl/libnetapi.idl

index acd0e57a87047fe6197222f0be3817141de3ef03..b2c79fc1fadec1dfce5a3b698fc52da49fa8de17 100644 (file)
@@ -68,6 +68,13 @@ interface libnetapi
        /* NetGetJoinInformation                   */
        /*******************************************/
 
+       typedef enum {
+               NetSetupUnknownStatus = 0,
+               NetSetupUnjoined = 1,
+               NetSetupWorkgroupName = 2,
+               NetSetupDomainName = 3
+       } NETSETUP_JOIN_STATUS;
+
        [nopush,nopull] NET_API_STATUS NetGetJoinInformation(
                [in,unique] string *server_name,
                [out] string **name_buffer,