diff options
| author | Alex van der Peet <[email protected]> | 2015-06-11 20:20:54 -0700 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-06-16 14:19:41 +0200 |
| commit | 60dbe730164552128d9b79b5120b4b5e9d456bbb (patch) | |
| tree | 7f1e33dfa8e8b2c06318a9c110e3342b5f2b4f4b /src/rpcserver.h | |
| parent | Merge pull request #6283 (diff) | |
| download | discoin-60dbe730164552128d9b79b5120b4b5e9d456bbb.tar.xz discoin-60dbe730164552128d9b79b5120b4b5e9d456bbb.zip | |
New RPC command disconnectnode
Diffstat (limited to 'src/rpcserver.h')
| -rw-r--r-- | src/rpcserver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpcserver.h b/src/rpcserver.h index 7b462a8b7..fdd871d0b 100644 --- a/src/rpcserver.h +++ b/src/rpcserver.h @@ -151,6 +151,7 @@ extern UniValue getconnectioncount(const UniValue& params, bool fHelp); // in rp extern UniValue getpeerinfo(const UniValue& params, bool fHelp); extern UniValue ping(const UniValue& params, bool fHelp); extern UniValue addnode(const UniValue& params, bool fHelp); +extern UniValue disconnectnode(const UniValue& params, bool fHelp); extern UniValue getaddednodeinfo(const UniValue& params, bool fHelp); extern UniValue getnettotals(const UniValue& params, bool fHelp); |