summaryrefslogtreecommitdiff
path: root/t_stub.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2004-04-22 09:58:11 +0000
committerWayne Davison <wayned@samba.org>2004-04-22 09:58:11 +0000
commita7ceddae3404768a6b42cc725199dcf9b7ce1c31 (patch)
tree29e75a0d79cff13af514422357c48ed4a212e92b /t_stub.c
parent24e1569f8b6cbd072e986502111bac2773e920e8 (diff)
downloadrsync-a7ceddae3404768a6b42cc725199dcf9b7ce1c31.tar.gz
Changed check_exclude()'s prototype.
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 8cc3bf07..008e6b83 100644
--- a/t_stub.c
+++ b/t_stub.c
@@ -46,7 +46,7 @@ struct exclude_list_struct server_exclude_list;
}
int check_exclude(UNUSED(struct exclude_list_struct *listp), UNUSED(char *name),
- UNUSED(int name_is_dir), UNUSED(const char *type))
+ UNUSED(int name_is_dir))
{
/* This function doesn't really get called in this test context, so
* just return 0. */