Merge remote-tracking branch 'ofw/dev' into mntm-dev

This commit is contained in:
Willy-JL
2024-07-15 22:18:35 +01:00
466 changed files with 3282 additions and 3168 deletions

View File

@@ -8,7 +8,13 @@
extern "C" {
#endif
typedef enum { ST_EXT = 0, ST_INT = 1, ST_MNT = 2, ST_ANY, ST_ERROR } StorageType;
typedef enum {
ST_EXT = 0,
ST_INT = 1,
ST_MNT = 2,
ST_ANY,
ST_ERROR
} StorageType;
typedef struct StorageData StorageData;