summaryrefslogtreecommitdiff
path: root/t_stub.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 /t_stub.c
parent495723bb26632d78c7693799491fb3b9c3b326be (diff)
downloadrsync-bf6dcd17133e4e29e09420e3252a4184be3b04b6.tar.gz
Updated the exclude-list code to handle the new linked-list
structure format.
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 7a930369..8cc3bf07 100644
--- a/t_stub.c
+++ b/t_stub.c
@@ -28,7 +28,7 @@
int modify_window = 0;
int module_id = -1;
-struct exclude_struct **server_exclude_list;
+struct exclude_list_struct server_exclude_list;
void rprintf(UNUSED(enum logcode code), const char *format, ...)
{
@@ -45,7 +45,7 @@ struct exclude_struct **server_exclude_list;
exit(code);
}
- int check_exclude(UNUSED(struct exclude_struct **list), UNUSED(char *name),
+ int check_exclude(UNUSED(struct exclude_list_struct *listp), UNUSED(char *name),
UNUSED(int name_is_dir), UNUSED(const char *type))
{
/* This function doesn't really get called in this test context, so