aboutsummaryrefslogtreecommitdiff
path: root/src/common/util.h
diff options
context:
space:
mode:
authorfireice-uk <fireice-uk@users.noreply.github.com>2018-09-19 13:39:01 +0100
committerfireice-uk <fireice-uk@users.noreply.github.com>2018-09-19 13:39:01 +0100
commit579383c26b3cc8f29e09a55bc24446b9141f4f87 (patch)
tree05942baede799246fe4c46482f65b40258a815e0 /src/common/util.h
parentMerge pull request #4381 (diff)
downloadmonero-579383c26b3cc8f29e09a55bc24446b9141f4f87.tar.xz
simplewallet: Add Unicode input_line [Ryo backport]
Diffstat (limited to '')
-rw-r--r--src/common/util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/util.h b/src/common/util.h
index 0e0b50520..ce773bd38 100644
--- a/src/common/util.h
+++ b/src/common/util.h
@@ -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
}