seeder/bitcoin.h
2012-02-23 18:01:09 +01:00

9 lines
185 B
C++

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