aboutsummaryrefslogtreecommitdiff
path: root/src/qtui.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2012-03-25 20:17:59 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2012-04-04 09:35:01 +0200
commit1a3f0da9229a8e524d1010cdc8bd3b9da71fe529 (patch)
treeea477d499012b9bbf16402284260c95b43e2cb1f /src/qtui.h
parent5d7cebdadc991a23195a3519c1e9c038cb4f2290 (diff)
downloadbitcoin-1a3f0da9229a8e524d1010cdc8bd3b9da71fe529.tar.xz
support RPC stop and encryptwallet with UI
Diffstat (limited to 'src/qtui.h')
-rw-r--r--src/qtui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qtui.h b/src/qtui.h
index 662b231cde..07451e5f5e 100644
--- a/src/qtui.h
+++ b/src/qtui.h
@@ -42,6 +42,7 @@ extern bool ThreadSafeAskFee(int64 nFeeRequired, const std::string& strCaption,
extern void ThreadSafeHandleURL(const std::string& strURL);
extern void MainFrameRepaint();
extern void AddressBookRepaint();
+extern void QueueShutdown();
extern void InitMessage(const std::string &message);
extern std::string _(const char* psz);