From: Wayne Davison Date: Sat, 15 Jan 2005 20:54:25 +0000 (+0000) Subject: Made compare_dest non-static. X-Git-Tag: v2.6.4pre1~429 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfd7d541b0bab0e4ead576ba0f459a522389ec22;p=thirdparty%2Frsync.git Made compare_dest non-static. --- diff --git a/options.c b/options.c index 14c60cee..a4513549 100644 --- a/options.c +++ b/options.c @@ -130,6 +130,7 @@ 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; @@ -143,7 +144,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;