storage/FileInfo: rename to StorageFileInfo

This commit is contained in:
Max Kellermann
2015-02-28 20:50:15 +01:00
parent e1a434edbc
commit 2d06a8e880
19 changed files with 95 additions and 86 deletions

View File

@@ -25,7 +25,7 @@
#include <time.h>
#include <stdint.h>
struct FileInfo {
struct StorageFileInfo {
enum class Type : uint8_t {
OTHER,
REGULAR,