mirror of
https://github.com/monero-project/monero.git
synced 2025-08-09 00:32:22 -04:00
simplewallet: Add Unicode input_line [Ryo backport]
This commit is contained in:
parent
bb30a72367
commit
579383c26b
3 changed files with 34 additions and 47 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue