X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/357406ecb202e40c7c7e68ce5fd3307b1dbb6fa2..bf6dcd17133e4e29e09420e3252a4184be3b04b6:/options.c diff --git a/options.c b/options.c index 35315311..e848cd7f 100644 --- a/options.c +++ b/options.c @@ -23,7 +23,7 @@ extern int sanitize_paths; extern char curr_dir[MAXPATHLEN]; -extern struct exclude_struct **exclude_list; +extern struct exclude_list_struct exclude_list; int make_backups = 0;