summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2018-09-19 12:36:25 +0200
committerChristof Schmitt <cs@samba.org>2019-04-14 04:01:32 +0000
commitb656ebf54afcd322cc7dcaa1a913a557027840fd (patch)
treeed576b699471c28301f707bbbd7b834ba234fc78 /source3/smbd/proto.h
parent29ce005f12809f6af5ff2ab5b33af26b25c7063a (diff)
downloadsamba-b656ebf54afcd322cc7dcaa1a913a557027840fd.tar.gz
smbd: Make find_share_mode_lease() static
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Christof Schmitt <cs@samba.org>
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index e246645605b..a5c55c6ec50 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -691,9 +691,6 @@ void msg_file_was_renamed(struct messaging_context *msg,
uint32_t msg_type,
struct server_id server_id,
DATA_BLOB *data);
-int find_share_mode_lease(struct share_mode_data *d,
- const struct GUID *client_guid,
- const struct smb2_lease_key *key);
struct share_mode_lease;
NTSTATUS update_share_mode_lease_from_db(
struct share_mode_data *d,