Revert "Use standard C99 (and Qt) types for 64-bit integers"
[novacoin.git] / src / qtui.h
index 3243164..17fc44e 100644 (file)
@@ -5,6 +5,8 @@
 #define BITCOIN_EXTERNUI_H
 
 #include <string>
+#include <boost/function/function0.hpp>
+#include "wallet.h"
 
 typedef void wxWindow;
 #define wxYES                   0x00000002
@@ -41,6 +43,7 @@ extern bool ThreadSafeAskFee(int64 nFeeRequired, const std::string& strCaption,
 extern void CalledSetStatusBar(const std::string& strText, int nField);
 extern void UIThreadCall(boost::function0<void> fn);
 extern void MainFrameRepaint();
+extern void InitMessage(const std::string &message);
 extern std::string _(const char* psz);
 
 #endif