diff options
author | Jim McDonough <jmcd@samba.org> | 2002-04-10 13:28:28 +0000 |
---|---|---|
committer | Jim McDonough <jmcd@samba.org> | 2002-04-10 13:28:28 +0000 |
commit | 85a7948337e81f7ff84bc7aa50596aef52f0e36c (patch) | |
tree | d4f64cad23ac5b75a2ec31dc09df2782c9d8f688 | |
parent | 69f41523b39f0bf487b719da2905793a5bd292ee (diff) | |
download | samba-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)
-rw-r--r-- | source3/utils/net.h | 4 |
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; |