Add NetGetJoinInformation().
[samba.git] / source / lib / netapi / joindomain.h
index 2c71702db7cbc81069897b8aa5355b5ada0ee132..d0badd979d8ee404e0447a50aa2b7d73bcd6f518 100644 (file)
@@ -27,3 +27,6 @@ WERROR NetUnjoinDomain(const char *server_name,
                       const char *account,
                       const char *password,
                       uint32_t unjoin_flags);
+WERROR NetGetJoinInformation(const char *server_name,
+                            const char **name_buffer,
+                            uint16_t *name_type);