From: Tim Prouty Date: Thu, 22 Jan 2009 21:14:04 +0000 (-0800) Subject: s3: Fix warning X-Git-Tag: samba-4.0.0alpha7~424^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8e2b48e1b7c7fd6b6080f2e56f654b682c6426a3;p=thirdparty%2Fsamba.git s3: Fix warning --- diff --git a/source3/include/proto.h b/source3/include/proto.h index 40ced543eca..d55546f94cc 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -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); -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);