Browse Source

fs_find_mount_point.hpp

inodecalc
Antonio SJ Musumeci 4 weeks ago
parent
commit
8f804b702a
  1. 6
      src/fs_find_mount_point.hpp

6
src/fs_find_mount_point.hpp

@ -22,9 +22,5 @@
namespace fs
{
int
find_mount_point(const ghc::filesystem::path &path_)
{
}
int find_mount_point(const ghc::filesystem::path &path);
}
Loading…
Cancel
Save