Updated stub version of check_exclude().
authorWayne Davison <wayned@samba.org>
Wed, 14 Apr 2004 22:49:54 +0000 (22:49 +0000)
committerWayne Davison <wayned@samba.org>
Wed, 14 Apr 2004 22:49:54 +0000 (22:49 +0000)
t_stub.c

index 8f6d784..7a93036 100644 (file)
--- a/t_stub.c
+++ b/t_stub.c
@@ -46,7 +46,7 @@ struct exclude_struct **server_exclude_list;
 }
 
  int check_exclude(UNUSED(struct exclude_struct **list), UNUSED(char *name),
-                  UNUSED(int name_is_dir))
+                  UNUSED(int name_is_dir), UNUSED(const char *type))
 {
        /* This function doesn't really get called in this test context, so
         * just return 0. */