Add support for boost command line options in prep for unit tests.

This commit is contained in:
Arthur Britto
2012-05-02 17:35:28 -07:00
parent f775bfd856
commit c6f6914dab
3 changed files with 67 additions and 43 deletions

View File

@@ -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);