summaryrefslogtreecommitdiff
path: root/source3/utils/net.h
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2002-04-10 13:28:28 +0000
committerJim McDonough <jmcd@samba.org>2002-04-10 13:28:28 +0000
commit85a7948337e81f7ff84bc7aa50596aef52f0e36c (patch)
treed4f64cad23ac5b75a2ec31dc09df2782c9d8f688 /source3/utils/net.h
parent69f41523b39f0bf487b719da2905793a5bd292ee (diff)
downloadsamba-85a7948337e81f7ff84bc7aa50596aef52f0e36c.tar.gz
samba-85a7948337e81f7ff84bc7aa50596aef52f0e36c.tar.bz2
samba-85a7948337e81f7ff84bc7aa50596aef52f0e36c.zip
Add a few option externs for net_ads.c
(This used to be commit 4e3265c3c94583ac7ee48017d195ad98ecdfbc47)
Diffstat (limited to 'source3/utils/net.h')
-rw-r--r--source3/utils/net.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/utils/net.h b/source3/utils/net.h
index 048a1d1eb4..af6f153f7b 100644
--- a/source3/utils/net.h
+++ b/source3/utils/net.h
@@ -45,3 +45,7 @@ extern int opt_long_list_entries;
extern int opt_reboot;
extern int opt_force;
extern int opt_timeout;
+extern char *opt_host;
+extern char *opt_user_name;
+extern char *opt_password;
+extern BOOL opt_user_specified;