Storage: Virtual volume label is now set from Image Name

This commit is contained in:
Nick Shaw
2024-04-06 10:04:33 -04:00
parent 7869869fb9
commit aee2120dce
3 changed files with 13 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ void storage_file_init(StorageFile* obj);
void storage_file_init_set(StorageFile* obj, const StorageFile* src);
void storage_file_set(StorageFile* obj, const StorageFile* src);
void storage_file_clear(StorageFile* obj);
const char* storage_file_get_path(File* file, StorageData* storage);
void storage_data_init(StorageData* storage);
StorageStatus storage_data_status(StorageData* storage);