diff options
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -22,3 +22,9 @@ void append(T& a, const T& b) } std::string esc(const std::string& in); + +std::vector<std::string> get_paths(); + +std::string locate(const std::string& app, + const std::vector<std::string>& paths, + const std::string& arch = {}); |