summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-09-02 14:32:59 +0200
committerGünther Deschner <gd@samba.org>2008-09-05 13:18:01 +0200
commit9ae47df5c7f40f4ad5bab4fc21cc571bdfc4161d (patch)
tree899f6e9c77ca5ca76d8a9e952dce48dd6bf35bde /source3/librpc
parent988058cf87ebae43ab04b21a09673422525dcbc0 (diff)
downloadsamba-9ae47df5c7f40f4ad5bab4fc21cc571bdfc4161d.tar.gz
samba-9ae47df5c7f40f4ad5bab4fc21cc571bdfc4161d.tar.bz2
samba-9ae47df5c7f40f4ad5bab4fc21cc571bdfc4161d.zip
netapi: add NETSETUP_JOIN_STATUS to IDL.
Guenther (This used to be commit c5ab5bf8417412835d879c8a58a7c64e1359646f)
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/idl/libnetapi.idl7
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/librpc/idl/libnetapi.idl b/source3/librpc/idl/libnetapi.idl
index acd0e57a87..b2c79fc1fa 100644
--- a/source3/librpc/idl/libnetapi.idl
+++ b/source3/librpc/idl/libnetapi.idl
@@ -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,