simplewallet: Add Unicode input_line [Ryo backport]

This commit is contained in:
fireice-uk 2018-09-19 13:39:01 +01:00
parent bb30a72367
commit 579383c26b
3 changed files with 34 additions and 47 deletions

View file

@ -235,4 +235,7 @@ namespace tools
boost::optional<std::pair<uint32_t, uint32_t>> parse_subaddress_lookahead(const std::string& str);
std::string glob_to_regex(const std::string &val);
#ifdef _WIN32
std::string input_line_win();
#endif
}