[ui] Move InitError, InitWarning, AmountErrMsg

This commit is contained in:
MarcoFalke
2016-03-21 18:29:17 +01:00
parent 30c2dd8d05
commit fabbf80f2f
6 changed files with 56 additions and 58 deletions

View File

@@ -100,6 +100,14 @@ public:
boost::signals2::signal<void (void)> BannedListChanged;
};
/** Show warning message **/
void InitWarning(const std::string& str);
/** Show error message **/
bool InitError(const std::string& str);
std::string AmountErrMsg(const char* const optname, const std::string& strValue);
extern CClientUIInterface uiInterface;
#endif // BITCOIN_UI_INTERFACE_H