summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorTim Prouty <tprouty@samba.org>2009-01-22 13:14:04 -0800
committerTim Prouty <tprouty@samba.org>2009-01-22 13:14:04 -0800
commit8e2b48e1b7c7fd6b6080f2e56f654b682c6426a3 (patch)
tree845d74fe85e26a0da5e0b9889b2fdcbe21ab7c46 /source3
parent2d81c9e957a21191c5b4e2b28a4599052c1357a1 (diff)
downloadsamba-8e2b48e1b7c7fd6b6080f2e56f654b682c6426a3.tar.gz
samba-8e2b48e1b7c7fd6b6080f2e56f654b682c6426a3.tar.bz2
samba-8e2b48e1b7c7fd6b6080f2e56f654b682c6426a3.zip
s3: Fix warning
Diffstat (limited to 'source3')
-rw-r--r--source3/include/proto.h2
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);