Browse Source

fs_find_mount_point.hpp

inodecalc
Antonio SJ Musumeci 3 weeks ago
parent
commit
b50ebcc933
  1. 2
      src/fs_find_mount_point.hpp

2
src/fs_find_mount_point.hpp

@ -24,5 +24,5 @@
namespace fs namespace fs
{ {
fs::ECPath find_mount_point(const ghc::filesystem::path &path);
fs::ecpath find_mount_point(const ghc::filesystem::path &path);
} }
Loading…
Cancel
Save