mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +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); |