add StartNode() to externs.

This commit is contained in:
Christopher Jeffrey 2014-08-20 17:05:12 -07:00
parent 3f06092afa
commit 957bf97ade

View File

@ -74,6 +74,7 @@
extern void (ThreadImport)(std::vector<boost::filesystem::path>);
extern void (DetectShutdownThread)(boost::thread_group*);
extern void (StartNode)(boost::thread_group&);
extern int nScriptCheckThreads;
// extern const int DEFAULT_SCRIPTCHECK_THREADS; // static!!
#ifdef ENABLE_WALLET