Add support for CLI option --conf.

This commit is contained in:
Arthur Britto
2012-06-11 20:54:05 -07:00
parent 72660369de
commit 253df289c3
3 changed files with 32 additions and 20 deletions

View File

@@ -89,8 +89,7 @@ public:
// Client behavior
int ACCOUNT_PROBE_MAX; // How far to scan for accounts.
Config();
void setup(const std::string& strConf);
void load();
};