Browse Source

fs_find_mount_point.hpp

inodecalc
Antonio SJ Musumeci 3 weeks ago
parent
commit
8e7d5ccd70
  1. 5
      src/fs_find_mount_point.hpp

5
src/fs_find_mount_point.hpp

@ -19,9 +19,10 @@
#pragma once
#include "ghc/filesystem.hpp"
#include "nonstd/expected.hpp"
#include "fs_ecpath.hpp"
namespace fs
{
ghc::filesystem::path find_mount_point(const ghc::filesystem::path &path);
fs::ECPath find_mount_point(const ghc::filesystem::path &path);
}
Loading…
Cancel
Save