move input_line from command_line to simplewallet
It was only used there, and this removes one part of the common dependency on libreadline
This commit is contained in:
@@ -41,8 +41,6 @@
|
||||
namespace command_line
|
||||
{
|
||||
|
||||
std::string input_line(const std::string& prompt);
|
||||
|
||||
//! \return True if `str` is `is_iequal("y" || "yes" || `tr("yes"))`.
|
||||
bool is_yes(const std::string& str);
|
||||
//! \return True if `str` is `is_iequal("n" || "no" || `tr("no"))`.
|
||||
|
||||
Reference in New Issue
Block a user