X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/bf39270e0cc99787ea5232914dc99e25d4d79222..7bc90b3066d9e83ef81b6e5d5dbaa0b02f519673:/options.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;