summaryrefslogtreecommitdiff
path: root/source3/utils/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/utils/net.h')
-rw-r--r--source3/utils/net.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/utils/net.h b/source3/utils/net.h
index 689b9cd76b..a3905d8a58 100644
--- a/source3/utils/net.h
+++ b/source3/utils/net.h
@@ -28,9 +28,15 @@
*/
#define NET_FLAGS_LOCALHOST_DEFAULT_INSANE 3
+/* We want to find the PDC only */
+#define NET_FLAGS_PDC 4
+
extern int opt_maxusers;
extern char *opt_comment;
extern int opt_flags;
+extern char *opt_comment;
+
+extern char *opt_target_workgroup;
extern int opt_long_list_entries;