Files
xahaud/UniqueNodeList.h
2011-10-14 11:39:06 -07:00

16 lines
199 B
C++

#ifndef __UNIQUE_NODE_LIST__
#define __UNIQUE_NODE_LIST__
#include "newcoin.pb.h"
class UniqueNodeList
{
public:
void load();
void save();
bool findHanko(const std::string& hanko);
};
#endif