From de53e47c76cc6dfdc8056be1e376549b9e8a94a4 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 8 Jan 2008 23:02:50 +0100 Subject: Fix prototype: Add a void to an empty function parameter list. Michael (This used to be commit 3f89aea8e4df3a2de8c5e4c6f4e417567adb2d67) --- source3/winbindd/winbindd_cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/winbindd/winbindd_cache.c') diff --git a/source3/winbindd/winbindd_cache.c b/source3/winbindd/winbindd_cache.c index fc71868517..c293861492 100644 --- a/source3/winbindd/winbindd_cache.c +++ b/source3/winbindd/winbindd_cache.c @@ -2360,7 +2360,7 @@ bool initialize_winbindd_cache(void) return true; } -void close_winbindd_cache() +void close_winbindd_cache(void) { if (!wcache) { return; -- cgit