Add --nostatslog option
[novacoin-seeder.git] / bitcoin.h
1 #ifndef _BITCOIN_H_
2 #define _BITCOIN_H_ 1
3
4 #include "protocol.h"
5
6 bool TestNode(const CService &cip, int &ban, int &client, std::string &clientSV, int &blocks, std::vector<CAddress>& vAddr);
7
8 #endif