summaryrefslogtreecommitdiffstats
path: root/source3/locking/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/locking/proto.h')
-rw-r--r--source3/locking/proto.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/source3/locking/proto.h b/source3/locking/proto.h
index 3db9e7aa58..722779f3ce 100644
--- a/source3/locking/proto.h
+++ b/source3/locking/proto.h
@@ -58,13 +58,8 @@ bool brl_unlock(struct messaging_context *msg_ctx,
bool brl_unlock_windows_default(struct messaging_context *msg_ctx,
struct byte_range_lock *br_lck,
const struct lock_struct *plock);
-bool brl_locktest(struct byte_range_lock *br_lck,
- uint64_t smblctx,
- struct server_id pid,
- br_off start,
- br_off size,
- enum brl_type lock_type,
- enum brl_flavour lock_flav);
+bool brl_locktest(const struct byte_range_lock *br_lck,
+ const struct lock_struct *rw_probe);
NTSTATUS brl_lockquery(struct byte_range_lock *br_lck,
uint64_t *psmblctx,
struct server_id pid,