Don't send daemon-config filter-action messages back to the user.
[rsync/rsync.git] / t_stub.c
index b306fdb..44131a9 100644 (file)
--- 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. */