search for rd as root

This commit is contained in:
David Kocik 2019-11-28 16:35:22 +01:00
parent 735308b794
commit 17b146c0a3
2 changed files with 61 additions and 45 deletions

View file

@ -41,7 +41,8 @@ private:
#if _WIN32
void register_window();
#else
void search_path(const std::string &path, const dev_t &parentDevID);
void search_path(const std::string &path, const std::string &parent_path);
bool compare_filesystem_id(const std::string &path_a, const std::string &path_b);
#endif
};
}}