always include the (void) for void fns ...
authorAndrew Tridgell <tridge@samba.org>
Tue, 30 Jul 2002 14:34:02 +0000 (14:34 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 30 Jul 2002 14:34:02 +0000 (14:34 +0000)
(This used to be commit deff1f96232b328fb5f5bb49a23eb4cda11fd330)

source3/smbd/vfs.c

index f8d6f391d83ce019144fccb52d9bd3c35f9df062..a2291eba08f9f20ea68370442482dfbc6ca39037 100644 (file)
@@ -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;