diff options
Diffstat (limited to 'source3/locking/leases_db.h')
-rw-r--r-- | source3/locking/leases_db.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/locking/leases_db.h b/source3/locking/leases_db.h index 906a99bc61..f3988632b5 100644 --- a/source3/locking/leases_db.h +++ b/source3/locking/leases_db.h @@ -45,6 +45,7 @@ NTSTATUS leases_db_parse(const struct GUID *client_guid, NTSTATUS leases_db_rename(const struct GUID *client_guid, const struct smb2_lease_key *lease_key, const struct file_id *id, + const char *servicepath_new, const char *filename_new, const char *stream_name_new); #endif /* _LEASES_DB_H_ */ |