mu-server: add a bit more debugging info

This commit is contained in:
Dirk-Jan C. Binnema
2022-05-30 20:30:33 +03:00
parent 59022e066d
commit 734445f78d
3 changed files with 26 additions and 5 deletions

View File

@ -50,4 +50,12 @@ std::string read_line(bool& do_quit);
*/
void save_line(const std::string& line);
/**
* Do we have the non-shim readline?
*
* @return true or failse
*/
bool have_readline();
} // namespace Mu