Small regression to a more stable state

This commit is contained in:
2024-02-17 18:10:07 +01:00
parent c1b3f3c262
commit 1cd34dd514
8 changed files with 53 additions and 180 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.