summaryrefslogtreecommitdiffstats
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
commitdeff1f96232b328fb5f5bb49a23eb4cda11fd330 (patch)
tree70d45dac724be4a9cd0b50c5a779a47c84246a9e
parentd3fecdd04241ed7b9248e52415693cd54a1faecf (diff)
downloadsamba-deff1f96232b328fb5f5bb49a23eb4cda11fd330.tar.gz
samba-deff1f96232b328fb5f5bb49a23eb4cda11fd330.tar.xz
samba-deff1f96232b328fb5f5bb49a23eb4cda11fd330.zip
always include the (void) for void fns ...
-rw-r--r--source/smbd/vfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/vfs.c b/source/smbd/vfs.c
index f8d6f391d83..a2291eba08f 100644
--- a/source/smbd/vfs.c
+++ b/source/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;