X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/a3c8b368633d511bc9433be2de133626038e2c47..d051056f921f465c487a85f9fa29a2324332bc4b:/t_stub.c diff --git a/t_stub.c b/t_stub.c index 3104586f..c2e972d5 100644 --- a/t_stub.c +++ b/t_stub.c @@ -28,7 +28,11 @@ int modify_window = 0; int module_id = -1; -struct exclude_list_struct server_exclude_list; +int relative_paths = 0; +int human_readable = 0; +mode_t orig_umask = 002; +char *partial_dir; +struct filter_list_struct server_filter_list; void rprintf(UNUSED(enum logcode code), const char *format, ...) { @@ -55,7 +59,7 @@ struct exclude_list_struct server_exclude_list; exit(code); } - int check_exclude(UNUSED(struct exclude_list_struct *listp), UNUSED(char *name), + int check_filter(UNUSED(struct filter_list_struct *listp), UNUSED(char *name), UNUSED(int name_is_dir)) { /* This function doesn't really get called in this test context, so