seeder/bitcoin.h
2011-12-23 02:43:32 +01:00

8 lines
162 B
C++

#ifndef _BITCOIN_H_
#define _BITCOIN_H_ 1
#include "protocol.h"
bool TestNode(const CIPPort &cip, int &ban, int &client, std::vector<CAddress>& vAddr);
#endif