mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 18:45:52 +00:00
4 lines
160 B
C++
4 lines
160 B
C++
#include "json/value.h"
|
|
|
|
extern int commandLineRPC(int argc, char *argv[]);
|
|
extern Json::Value callRPC(const std::string& strMethod, const Json::Value& params); |