diff options
Diffstat (limited to 'source3/locking/proto.h')
-rw-r--r-- | source3/locking/proto.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/locking/proto.h b/source3/locking/proto.h index dc115e1d96..dc880d1415 100644 --- a/source3/locking/proto.h +++ b/source3/locking/proto.h @@ -47,8 +47,7 @@ NTSTATUS brl_lock(struct messaging_context *msg_ctx, enum brl_type lock_type, enum brl_flavour lock_flav, bool blocking_lock, - uint64_t *psmblctx, - struct blocking_lock_record *blr); + uint64_t *psmblctx); bool brl_unlock(struct messaging_context *msg_ctx, struct byte_range_lock *br_lck, uint64_t smblctx, |