From a7ceddae3404768a6b42cc725199dcf9b7ce1c31 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 22 Apr 2004 09:58:11 +0000 Subject: [PATCH] Changed check_exclude()'s prototype. --- t_stub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t_stub.c b/t_stub.c index 8cc3bf07..008e6b83 100644 --- a/t_stub.c +++ b/t_stub.c @@ -46,7 +46,7 @@ struct exclude_list_struct server_exclude_list; } int check_exclude(UNUSED(struct exclude_list_struct *listp), UNUSED(char *name), - UNUSED(int name_is_dir), UNUSED(const char *type)) + UNUSED(int name_is_dir)) { /* This function doesn't really get called in this test context, so * just return 0. */ -- 2.34.1