diff options
Diffstat (limited to 'src/lib/formats/fsmgr.h')
-rw-r--r-- | src/lib/formats/fsmgr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/formats/fsmgr.h b/src/lib/formats/fsmgr.h index 8ae9ddeb452..d407a597c6e 100644 --- a/src/lib/formats/fsmgr.h +++ b/src/lib/formats/fsmgr.h @@ -16,6 +16,7 @@ #include <functional> enum class fs_meta_name { + basic, creation_date, length, loading_address, @@ -380,6 +381,8 @@ public: static uint32_t r24l(const uint8_t *p); static uint32_t r32l(const uint8_t *p); + static std::string trim_end_spaces(const std::string &str); + protected: fsblk_t &m_blockdev; }; |