Added some signatures to handle updating entries

This commit is contained in:
2024-02-17 12:11:09 +01:00
parent e38e07ca68
commit 188e57dc31
5 changed files with 45 additions and 30 deletions

View File

@@ -43,11 +43,6 @@ Result trim_disk(const char* path);
/// @return The result of the operation.
Result rebase_disk(const char* path, const char* backing_disk);
/// @brief Resets a disk to its original state.
/// @param path The path to the disk to reset.
/// @return The result of the operation.
Result reset_disk(const char* path);
/// @brief Gathers information about a disk.
/// @param path The path to the disk to gather information about.
/// @param out_info The information about the disk.