summaryrefslogtreecommitdiff
path: root/t_stub.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2008-03-16 19:48:44 -0700
committerWayne Davison <wayned@samba.org>2008-03-16 19:50:35 -0700
commitffe8feb26500358075664f3d97a170012831f030 (patch)
treeabb83a0d7e8349abae08a880482a422498abf0f9 /t_stub.c
parentc9b62cf375f393de076d0fc7a3c2748d581c54a2 (diff)
downloadrsync-ffe8feb26500358075664f3d97a170012831f030.tar.gz
Added "const" to a couple more char * args.
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 c438c439..9a0c8c24 100644
--- a/t_stub.c
+++ b/t_stub.c
@@ -56,7 +56,7 @@ struct filter_list_struct server_filter_list;
exit(code);
}
- int check_filter(UNUSED(struct filter_list_struct *listp), UNUSED(char *name),
+ int check_filter(UNUSED(struct filter_list_struct *listp), UNUSED(const char *name),
UNUSED(int name_is_dir))
{
/* This function doesn't really get called in this test context, so