diff options
| author | Matt Corallo <[email protected]> | 2011-12-23 20:27:12 -0800 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2012-01-05 00:29:28 -0500 |
| commit | 7d145a0f591dab109eae9adcfaf59303cce0431a (patch) | |
| tree | 95fbe9a79ca7c5ebf393a7121530c903e37dec38 /src/qt/qtipcserver.h | |
| parent | Automatically refocus on new SendCoinsEntrys and scroll to them. (diff) | |
| download | discoin-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.h | 2 |
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(); |