Moved the module_id define into clientserver.c.
authorWayne Davison <wayned@samba.org>
Sat, 29 Jan 2005 20:48:20 +0000 (20:48 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 29 Jan 2005 20:48:20 +0000 (20:48 +0000)
options.c

index 3876ce0..3611e13 100644 (file)
--- 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;