X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/ded4daf04910e15a9bafa523042ec02a2a745504..2be2fb3ed37af204267e90be65e60250991cb6e1:/options.c diff --git a/options.c b/options.c index 14c60cee..002aa9a8 100644 --- a/options.c +++ b/options.c @@ -130,8 +130,10 @@ char *rsync_path = RSYNC_PATH; char *backup_dir = NULL; char backup_dir_buf[MAXPATHLEN]; int rsync_port = 0; +int compare_dest = 0; int copy_dest = 0; int link_dest = 0; +int basis_dir_cnt = 0; int verbose = 0; int quiet = 0; @@ -143,8 +145,6 @@ char *batch_name = NULL; static int daemon_opt; /* sets am_daemon after option error-reporting */ static int modify_window_set; -static int compare_dest = 0; -static int basis_dir_cnt = 0; static char *dest_option = NULL; static char *max_size_arg;