fs_find_mount_point.hpp

This commit is contained in:
Antonio SJ Musumeci 2025-04-16 00:25:18 -05:00
parent 0d64afdaea
commit e55ffced21

View File

@ -22,5 +22,5 @@
namespace fs
{
int find_mount_point(const ghc::filesystem::path &path);
ghc::filesystem::path find_mount_point(const ghc::filesystem::path &path);
}