From: Wayne Davison Date: Wed, 14 Apr 2004 23:33:34 +0000 (+0000) Subject: Updated the exclude-list code to handle the new linked-list X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/495723bb26632d78c7693799491fb3b9c3b326be Updated the exclude-list code to handle the new linked-list structure format. --- diff --git a/clientserver.c b/clientserver.c index 6c2e6d9a..dbc80e82 100644 --- a/clientserver.c +++ b/clientserver.c @@ -47,7 +47,7 @@ extern int orig_umask; extern int no_detach; extern int default_af_hint; extern char *bind_address; -extern struct exclude_struct **server_exclude_list; +extern struct exclude_list_struct server_exclude_list; extern char *exclude_path_prefix; extern char *config_file;