aboutsummaryrefslogtreecommitdiff
path: root/src/qt/qtipcserver.h
diff options
context:
space:
mode:
authorMatt Corallo <[email protected]>2011-12-23 20:27:12 -0800
committerMatt Corallo <[email protected]>2012-01-05 00:29:28 -0500
commit7d145a0f591dab109eae9adcfaf59303cce0431a (patch)
tree95fbe9a79ca7c5ebf393a7121530c903e37dec38 /src/qt/qtipcserver.h
parentAutomatically refocus on new SendCoinsEntrys and scroll to them. (diff)
downloaddiscoin-7d145a0f591dab109eae9adcfaf59303cce0431a.tar.xz
discoin-7d145a0f591dab109eae9adcfaf59303cce0431a.zip
Add support for opening bitcoin: URIs directly.
Diffstat (limited to 'src/qt/qtipcserver.h')
-rw-r--r--src/qt/qtipcserver.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/qtipcserver.h b/src/qt/qtipcserver.h
new file mode 100644
index 000000000..1de0334af
--- /dev/null
+++ b/src/qt/qtipcserver.h
@@ -0,0 +1,2 @@
+void ipcInit();
+void ipcShutdown();