summaryrefslogtreecommitdiff
path: root/options.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2004-04-14 23:33:34 +0000
committerWayne Davison <wayned@samba.org>2004-04-14 23:33:34 +0000
commitbf6dcd17133e4e29e09420e3252a4184be3b04b6 (patch)
tree5fded73648370ebd43a7881184cfa72a50eb033f /options.c
parent495723bb26632d78c7693799491fb3b9c3b326be (diff)
downloadrsync-bf6dcd17133e4e29e09420e3252a4184be3b04b6.tar.gz
rsync-bf6dcd17133e4e29e09420e3252a4184be3b04b6.tar.bz2
rsync-bf6dcd17133e4e29e09420e3252a4184be3b04b6.zip
Updated the exclude-list code to handle the new linked-list
structure format.
Diffstat (limited to 'options.c')
-rw-r--r--options.c2
1 files changed, 1 insertions, 1 deletions
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;