summaryrefslogtreecommitdiff
path: root/t_stub.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2004-04-14 22:49:54 +0000
committerWayne Davison <wayned@samba.org>2004-04-14 22:49:54 +0000
commit911cb0662c18941b6936456486d9de62cc1edaa5 (patch)
tree64244ab866fd30df40475cf6b2d5a4bbf4f4cf90 /t_stub.c
parent5387514eaf499a0f6388c44aec9002cedbbec210 (diff)
downloadrsync-911cb0662c18941b6936456486d9de62cc1edaa5.tar.gz
Updated stub version of check_exclude().
Diffstat (limited to 't_stub.c')
-rw-r--r--t_stub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/t_stub.c b/t_stub.c
index 8f6d784c..7a930369 100644
--- a/t_stub.c
+++ b/t_stub.c
@@ -46,7 +46,7 @@ struct exclude_struct **server_exclude_list;
}
int check_exclude(UNUSED(struct exclude_struct **list), UNUSED(char *name),
- UNUSED(int name_is_dir))
+ UNUSED(int name_is_dir), UNUSED(const char *type))
{
/* This function doesn't really get called in this test context, so
* just return 0. */