mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-04 18:55:49 +00:00
4 lines
187 B
C++
4 lines
187 B
C++
#include "json/json_spirit_value.h"
|
|
|
|
extern int commandLineRPC(int argc, char *argv[]);
|
|
extern json_spirit::Object callRPC(const std::string& strMethod, const json_spirit::Array& params); |