search for rd as root

This commit is contained in:
David Kocik
2019-12-13 13:51:45 +01:00
parent 735308b794
commit 17b146c0a3
2 changed files with 61 additions and 45 deletions
+2 -1
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
};
}}