s3: Fix warning
authorTim Prouty <tprouty@samba.org>
Thu, 22 Jan 2009 21:14:04 +0000 (13:14 -0800)
committerTim Prouty <tprouty@samba.org>
Thu, 22 Jan 2009 21:14:04 +0000 (13:14 -0800)
source3/include/proto.h

index 40ced543ecacab56f454b1eb668c204951baa2d6..d55546f94cc560398127b6ced4f3ac736fb3e4ac 100644 (file)
@@ -7024,7 +7024,7 @@ NTSTATUS get_relative_fid_filename(connection_struct *conn,
 /* The following definitions come from smbd/oplock.c  */
 
 int32 get_number_of_exclusive_open_oplocks(void);
 /* The following definitions come from smbd/oplock.c  */
 
 int32 get_number_of_exclusive_open_oplocks(void);
-bool oplock_message_waiting();
+bool oplock_message_waiting(void);
 void process_kernel_oplocks(struct messaging_context *msg_ctx);
 bool set_file_oplock(files_struct *fsp, int oplock_type);
 void release_file_oplock(files_struct *fsp);
 void process_kernel_oplocks(struct messaging_context *msg_ctx);
 bool set_file_oplock(files_struct *fsp, int oplock_type);
 void release_file_oplock(files_struct *fsp);