diff options
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r-- | source3/smbd/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h index 902c2cadb2..eab05c2e2c 100644 --- a/source3/smbd/proto.h +++ b/source3/smbd/proto.h @@ -914,7 +914,7 @@ uint64_t get_lock_pid(const uint8_t *data, int data_offset, uint64_t get_lock_count(const uint8_t *data, int data_offset, bool large_file_format); uint64_t get_lock_offset(const uint8_t *data, int data_offset, - bool large_file_format, bool *err); + bool large_file_format); void reply_lockingX(struct smb_request *req); void reply_readbmpx(struct smb_request *req); void reply_readbs(struct smb_request *req); |