X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/73cb6738b33846130c21f2903b2200fa3f1903ab..1df02d13d304ea5a35ecc81b26a5419904aacd95:/t_stub.c diff --git a/t_stub.c b/t_stub.c index b306fdbd..44131a9f 100644 --- a/t_stub.c +++ b/t_stub.c @@ -56,8 +56,8 @@ struct filter_list_struct daemon_filter_list; exit(code); } - int check_filter(UNUSED(struct filter_list_struct *listp), UNUSED(const char *name), - UNUSED(int name_is_dir)) + int check_filter(UNUSED(struct filter_list_struct *listp), UNUSED(enum logcode code), + UNUSED(const char *name), UNUSED(int name_is_dir)) { /* This function doesn't really get called in this test context, so * just return 0. */