Guitar
misc.h
Go to the documentation of this file.
1 #ifndef MISC_H
2 #define MISC_H
3 
4 #include <string>
5 #include <vector>
6 
7 #ifdef _WIN32
8 std::string find_windows_openssh();
9 #endif
10 
11 #endif // MISC_H