From 85a7948337e81f7ff84bc7aa50596aef52f0e36c Mon Sep 17 00:00:00 2001 From: Jim McDonough Date: Wed, 10 Apr 2002 13:28:28 +0000 Subject: Add a few option externs for net_ads.c (This used to be commit 4e3265c3c94583ac7ee48017d195ad98ecdfbc47) --- source3/utils/net.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/utils/net.h') 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; -- cgit