aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcwallet.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-01-20 15:15:29 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2016-01-20 15:15:51 +0100
commit9982710e88687706686bb132d3737ce3befd8eeb (patch)
treece0103f888d3e257a276e3fd4e237ca86d6b9159 /src/wallet/rpcwallet.h
parent82429d08610e8c059d6e713c52743399c767be4e (diff)
parentdd2dc400eed7c4e8521d1264d652ee32070d2c47 (diff)
downloadbitcoin-9982710e88687706686bb132d3737ce3befd8eeb.tar.xz
Merge #7307: [RPC, Wallet] Move RPC dispatch table registration to wallet/ code
dd2dc40 [RPC, Wallet] Move RPC dispatch table registration to wallet/ code (Jonas Schnelli)
Diffstat (limited to 'src/wallet/rpcwallet.h')
-rw-r--r--src/wallet/rpcwallet.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/wallet/rpcwallet.h b/src/wallet/rpcwallet.h
new file mode 100644
index 0000000000..42e8021afa
--- /dev/null
+++ b/src/wallet/rpcwallet.h
@@ -0,0 +1,10 @@
+// Copyright (c) 2016 The Bitcoin Core developers
+// Distributed under the MIT software license, see the accompanying
+// file COPYING or http://www.opensource.org/licenses/mit-license.php.
+
+#ifndef BITCOIN_WALLET_RPCWALLET_H
+#define BITCOIN_WALLET_RPCWALLET_H
+
+void walletRegisterRPCCommands();
+
+#endif //BITCOIN_WALLET_RPCWALLET_H