summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2002-07-30 14:34:02 +0000
committerAndrew Tridgell <tridge@samba.org>2002-07-30 14:34:02 +0000
commit28f4463c8b6608dce02311ea7271fc983aa76d56 (patch)
tree7add5ed27730e7b57bfca1142ea14dddeb294a6d
parent2edcc96c11c1f5c9294f1730973e7582b3a3acbd (diff)
downloadsamba-28f4463c8b6608dce02311ea7271fc983aa76d56.tar.gz
samba-28f4463c8b6608dce02311ea7271fc983aa76d56.tar.bz2
samba-28f4463c8b6608dce02311ea7271fc983aa76d56.zip
always include the (void) for void fns ...
(This used to be commit deff1f96232b328fb5f5bb49a23eb4cda11fd330)
-rw-r--r--source3/smbd/vfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/vfs.c b/source3/smbd/vfs.c
index f8d6f391d8..a2291eba08 100644
--- a/source3/smbd/vfs.c
+++ b/source3/smbd/vfs.c
@@ -259,7 +259,7 @@ BOOL smbd_vfs_init(connection_struct *conn)
/*******************************************************************
Create vfs_ops reflecting current vfs_opaque_ops
*******************************************************************/
-struct vfs_ops *smb_vfs_get_opaque_ops()
+struct vfs_ops *smb_vfs_get_opaque_ops(void)
{
int i;
struct vfs_ops *ops;