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 1e559c9a03..55f1dc271c 100644 --- a/source3/locking/proto.h +++ b/source3/locking/proto.h @@ -77,8 +77,7 @@ bool brl_lock_cancel(struct byte_range_lock *br_lck, struct server_id pid, br_off start, br_off size, - enum brl_flavour lock_flav, - struct blocking_lock_record *blr); + enum brl_flavour lock_flav); bool brl_lock_cancel_default(struct byte_range_lock *br_lck, struct lock_struct *plock); bool brl_mark_disconnected(struct files_struct *fsp); |