Added the new --partial-dir option.

This commit is contained in:
Wayne Davison
2004-07-29 16:06:38 +00:00
parent 44cad59f2b
commit a7260c4037
7 changed files with 134 additions and 13 deletions

View File

@@ -28,6 +28,7 @@
int modify_window = 0;
int module_id = -1;
char *partial_dir;
struct exclude_list_struct server_exclude_list;
void rprintf(UNUSED(enum logcode code), const char *format, ...)