2007-09-20 09:53:21 +00:00
|
|
|
#ifndef __KEY_H
|
|
|
|
#define __KEY_H
|
2007-09-13 10:24:51 +00:00
|
|
|
|
|
|
|
bool HardlockGarble(unsigned short* data);
|
|
|
|
unsigned short HardlockLogin(int& year);
|
|
|
|
|
|
|
|
void EncodeEutronPassword(char* str);
|
|
|
|
unsigned short EutronLogin(int& year);
|
|
|
|
|
|
|
|
unsigned short ServerLogin(int& year, wxString& strSrvName);
|
2007-09-14 11:07:04 +00:00
|
|
|
bool DictionaryLogin(const wxString& strSrvName);
|
2007-09-13 10:24:51 +00:00
|
|
|
|
|
|
|
#endif
|