From: Wayne Davison Date: Sat, 29 Jan 2005 20:48:20 +0000 (+0000) Subject: Moved the module_id define into clientserver.c. X-Git-Tag: v2.6.4pre1~274 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bc90b3066d9e83ef81b6e5d5dbaa0b02f519673;p=thirdparty%2Frsync.git Moved the module_id define into clientserver.c. --- diff --git a/options.c b/options.c index 3876ce0f..3611e134 100644 --- a/options.c +++ b/options.c @@ -21,6 +21,7 @@ #include "rsync.h" #include "popt.h" +extern int module_id; extern int sanitize_paths; extern int select_timeout; extern struct filter_list_struct filter_list; @@ -70,7 +71,6 @@ int implied_dirs = 1; int numeric_ids = 0; int force_delete = 0; int io_timeout = 0; -int module_id = -1; int am_server = 0; int am_sender = 0; int am_generator = 0;