diff options
Diffstat (limited to 'source3/locking/proto.h')
-rw-r--r-- | source3/locking/proto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/locking/proto.h b/source3/locking/proto.h index 93fbea5203..c6107dc5c7 100644 --- a/source3/locking/proto.h +++ b/source3/locking/proto.h @@ -25,8 +25,6 @@ /* The following definitions come from locking/brlock.c */ -bool brl_same_context(const struct lock_context *ctx1, - const struct lock_context *ctx2); NTSTATUS brl_lock_failed(files_struct *fsp, const struct lock_struct *lock, bool blocking_lock); void brl_init(bool read_only); void brl_shutdown(void); |