diff --git a/src/fs_find_mount_point.hpp b/src/fs_find_mount_point.hpp index da91ea51..0387103a 100644 --- a/src/fs_find_mount_point.hpp +++ b/src/fs_find_mount_point.hpp @@ -18,3 +18,13 @@ #pragma once +#include "ghc/filesystem.hpp" + +namespace fs +{ + int + find_mount_point(const ghc::filesystem::path &path_) + { + + } +}