X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/819bfe459919769c9ddae14affeaa79596c640bb..af3172c148bca60f26b8452365b1f5402d4b81ef:/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. */