summaryrefslogtreecommitdiff
path: root/source3/locking/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/locking/proto.h')
-rw-r--r--source3/locking/proto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/locking/proto.h b/source3/locking/proto.h
index 8ff1c7cd632..4fc8da8ad24 100644
--- a/source3/locking/proto.h
+++ b/source3/locking/proto.h
@@ -247,4 +247,8 @@ bool release_posix_lock_posix_flavour(files_struct *fsp,
const struct lock_struct *plocks,
int num_locks);
+/* The following definitions come from locking/leases_util.c */
+uint32_t map_oplock_to_lease_type(uint16_t op_type);
+uint32_t fsp_lease_type(struct files_struct *fsp);
+
#endif /* _LOCKING_PROTO_H_ */