diff options
author | Tim Prouty <tprouty@samba.org> | 2009-01-22 13:14:04 -0800 |
---|---|---|
committer | Tim Prouty <tprouty@samba.org> | 2009-01-22 13:14:04 -0800 |
commit | 8e2b48e1b7c7fd6b6080f2e56f654b682c6426a3 (patch) | |
tree | 845d74fe85e26a0da5e0b9889b2fdcbe21ab7c46 | |
parent | 2d81c9e957a21191c5b4e2b28a4599052c1357a1 (diff) | |
download | samba-8e2b48e1b7c7fd6b6080f2e56f654b682c6426a3.tar.gz samba-8e2b48e1b7c7fd6b6080f2e56f654b682c6426a3.tar.bz2 samba-8e2b48e1b7c7fd6b6080f2e56f654b682c6426a3.zip |
s3: Fix warning
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 40ced543ec..d55546f94c 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); |