substitute exclude -> filter, as appropriate.
[rsync/rsync-patches.git] / fname-convert.diff
index 9747b1f..1fe511c 100644 (file)
@@ -95,8 +95,8 @@ Note that you'll need to run 'make proto' after applying this patch.
  extern int list_only;
 +extern char *fname_convert_cmd;
  
- extern struct exclude_list_struct exclude_list;
- extern struct exclude_list_struct server_exclude_list;
+ extern struct filter_list_struct filter_list;
+ extern struct filter_list_struct server_filter_list;
 @@ -358,7 +359,10 @@ void send_file_entry(struct file_struct 
  
        io_write_phase = "send_file_entry";