diff --git a/src/fs_find_mount_point.cpp b/src/fs_find_mount_point.cpp index 32e1bbff..77ed3ce8 100644 --- a/src/fs_find_mount_point.cpp +++ b/src/fs_find_mount_point.cpp @@ -1,2 +1,7 @@ #include "fs_find_mount_point.hpp" +int +fs::find_mount_point(const ghc::filesystem::path &path_) +{ + +}