14 lines
376 B
C
Raw Normal View History

#ifndef __KEY_H
#define __KEY_H
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);
unsigned short ServerLoggedUsers(const wxString& strSrvName);
bool DictionaryLogin(const wxString& strSrvName);
#endif