smbd: Slightly simplify set_share_mode()
[gd/samba-autobuild/.git] / source3 / locking / proto.h
index 57619b81866f6463210f3cc24fa281a4beb28be4..37f36870751012eaf37e61f3c9ec4a4eb7f765d9 100644 (file)
@@ -161,9 +161,7 @@ bool set_share_mode(struct share_mode_lock *lck,
                    uint64_t mid,
                    uint16_t op_type,
                    uint32_t share_access,
-                   uint32_t access_mask,
-                   const struct GUID *client_guid,
-                   const struct smb2_lease_key *lease_key);
+                   uint32_t access_mask);
 void remove_stale_share_mode_entries(struct share_mode_data *d);
 bool del_share_mode(struct share_mode_lock *lck, files_struct *fsp);
 bool mark_share_mode_disconnected(struct share_mode_lock *lck,