fs_find_mount_point.hpp

This commit is contained in:
Antonio SJ Musumeci 2025-04-16 11:39:02 -05:00
parent 8e7d5ccd70
commit b50ebcc933

View File

@ -24,5 +24,5 @@
namespace fs
{
fs::ECPath find_mount_point(const ghc::filesystem::path &path);
fs::ecpath find_mount_point(const ghc::filesystem::path &path);
}