summaryrefslogtreecommitdiff
path: root/t_stub.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2005-01-25 10:39:14 +0000
committerWayne Davison <wayned@samba.org>2005-01-25 10:39:14 +0000
commit7842418b7b87c4c78ad8ad06fec44150c8aa0956 (patch)
tree8ab63c9123b033462e84c4e27d587324f5735561 /t_stub.c
parent9624b8642670a3bd79b90e1c2c0ebbc5bf1b635b (diff)
downloadrsync-7842418b7b87c4c78ad8ad06fec44150c8aa0956.tar.gz
Renamed several exclude-related functions/variables using new
filter terminology.
Diffstat (limited to 't_stub.c')
-rw-r--r--t_stub.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/t_stub.c b/t_stub.c
index c72eb07f..055bd7ef 100644
--- a/t_stub.c
+++ b/t_stub.c
@@ -29,7 +29,7 @@
int modify_window = 0;
int module_id = -1;
char *partial_dir;
-struct exclude_list_struct server_exclude_list;
+struct filter_list_struct server_filter_list;
void rprintf(UNUSED(enum logcode code), const char *format, ...)
{
@@ -56,7 +56,7 @@ struct exclude_list_struct server_exclude_list;
exit(code);
}
- int check_exclude(UNUSED(struct exclude_list_struct *listp), UNUSED(char *name),
+ int check_filter(UNUSED(struct filter_list_struct *listp), UNUSED(char *name),
UNUSED(int name_is_dir))
{
/* This function doesn't really get called in this test context, so