diff options
author | Cozz Lovan <cozzlovan@yahoo.com> | 2014-07-15 21:38:52 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-08-11 16:20:40 +0200 |
commit | 6b5b7cbfb4cafaf0b616ba5cf72024b9d01a2fac (patch) | |
tree | 4531f7631c1a5909a8d662914aff7cf797faf5ce /src/rpcserver.h | |
parent | fecab8773d1c39c547e39cfd4ed412f8a86456e8 (diff) |
Categorize rpc help overview
Conflicts:
src/rpcserver.cpp
Github-Pull: #4539
Rebased-By: Wladimir J. van der Laan <laanwj@gmail.com>
Rebased-From: df3d321
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 176852ca8f..2248e8aeb2 100644 --- a/src/rpcserver.h +++ b/src/rpcserver.h @@ -71,6 +71,7 @@ typedef json_spirit::Value(*rpcfn_type)(const json_spirit::Array& params, bool f class CRPCCommand { public: + std::string category; std::string name; rpcfn_type actor; bool okSafeMode; |