Cleanups.

This commit is contained in:
JoelKatz
2012-01-01 02:58:30 -08:00
parent 0a8b9056b6
commit 3de74d1eb2
2 changed files with 8 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
#include <string>
#include "json/value.h"
extern int commandLineRPC(int argc, char *argv[]);
extern Json::Value callRPC(const std::string& strMethod, const Json::Value& params);
extern Json::Value callRPC(const std::string& strMethod, const Json::Value& params);