Implemented some more functions
This commit is contained in:
@@ -37,5 +37,6 @@ char* find_latest_backing(void);
|
||||
|
||||
/// @brief Creates a new backing disk.
|
||||
/// @param backing_disk The disk to use as the backing disk. Warning: the disk must be part of the backing disks.
|
||||
/// @param description The description of the backing disk.
|
||||
/// @return true if the backing disk was created, otherwise false.
|
||||
bool create_backing(const char* backing_disk);
|
||||
bool create_backing(const char* backing_disk, const char* description);
|
Reference in New Issue
Block a user