1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

Add a few option externs for net_ads.c

This commit is contained in:
Jim McDonough -
parent 7aa5fa6172
commit 4e3265c3c9

View File

@ -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;