X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/b32d425451798d514b958a978f5f78903ed3327b..7b6c5c77942b8d11631c873b008e0b405d435bc0:/compat.c diff --git a/compat.c b/compat.c index 787e2892..f1a1e706 100644 --- a/compat.c +++ b/compat.c @@ -52,7 +52,7 @@ extern char *partial_dir; extern char *dest_option; extern char *files_from; extern char *filesfrom_host; -extern struct filter_list_struct filter_list; +extern filter_rule_list filter_list; extern int need_unsorted_flist; #ifdef ICONV_OPTION extern iconv_t ic_send, ic_recv;