New RPC command disconnectnode

This commit is contained in:
Alex van der Peet
2015-06-11 20:20:54 -07:00
committed by Wladimir J. van der Laan
parent a903ad7e9c
commit 60dbe73016
4 changed files with 25 additions and 0 deletions

View File

@@ -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);