diff options
Diffstat (limited to 'newBoot/Source/MPT/API.hxx')
| -rw-r--r-- | newBoot/Source/MPT/API.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newBoot/Source/MPT/API.hxx b/newBoot/Source/MPT/API.hxx index 1c5123b1..3ce689e7 100644 --- a/newBoot/Source/MPT/API.hxx +++ b/newBoot/Source/MPT/API.hxx @@ -13,5 +13,5 @@ namespace mpt { /// initializes the Master Partition Table and the Files32 filesystem. /// \return status, assert(fail) is also triggered, use filesystem_hook_error if you want to catch it. - bool filesystem_init(void) noexcept; + bool init_mpt() noexcept; }
\ No newline at end of file |
