From c2cdb5cb8f5a33fd51722a4b774d7db9ac9f77d7 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Wed, 16 Apr 2025 00:07:15 -0500 Subject: [PATCH] fs_find_mount_point.cpp --- src/fs_find_mount_point.cpp | 5 +++++ 1 file changed, 5 insertions(+) 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_) +{ + +}