mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add support for boost command line options in prep for unit tests.
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
|
||||
#include "../json/value.h"
|
||||
|
||||
extern int commandLineRPC(int argc, char *argv[]);
|
||||
extern int commandLineRPC(const std::vector<std::string>& vCmd);
|
||||
extern Json::Value callRPC(const std::string& strMethod, const Json::Value& params);
|
||||
|
||||
Reference in New Issue
Block a user