summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-01-08 23:02:50 +0100
committerMichael Adam <obnox@samba.org>2008-01-09 01:47:10 +0100
commitde53e47c76cc6dfdc8056be1e376549b9e8a94a4 (patch)
tree83411d354ee79983e6f4d4bc7e8f5237bb8efefc /source3
parentf168fac54c971286940f7471e45fa2c6eac76142 (diff)
downloadsamba-de53e47c76cc6dfdc8056be1e376549b9e8a94a4.tar.gz
samba-de53e47c76cc6dfdc8056be1e376549b9e8a94a4.tar.bz2
samba-de53e47c76cc6dfdc8056be1e376549b9e8a94a4.zip
Fix prototype: Add a void to an empty function parameter list.
Michael (This used to be commit 3f89aea8e4df3a2de8c5e4c6f4e417567adb2d67)
Diffstat (limited to 'source3')
-rw-r--r--source3/winbindd/winbindd_cache.c2
1 files changed, 1 insertions, 1 deletions
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;