s3-netapi: add DS_8 and WS flags to libnetapi and nltest.
[samba.git] / source3 / lib / netapi / netapi.h
index c273ae052d387c1e8aaa531028e76627fa7301f6..6fc539c8f6f09400c2aea1ad947d4ea610b0c4ae 100644 (file)
@@ -1309,6 +1309,8 @@ struct NETLOGON_INFO_4 {
 #define DS_NDNC_FLAG ( 0x00000400 )
 #define DS_SELECT_SECRET_DOMAIN_6_FLAG ( 0x00000800 )
 #define DS_FULL_SECRET_DOMAIN_6_FLAG ( 0x00001000 )
+#define DS_WS_FLAG ( 0x00002000 )
+#define DS_DS_8_FLAG ( 0x00004000 )
 #define DS_DNS_CONTROLLER_FLAG ( 0x20000000 )
 #define DS_DNS_DOMAIN_FLAG ( 0x40000000 )
 #define DS_DNS_FOREST_FLAG ( 0x80000000 )