git-svn-id: svn://10.65.10.50/branches/R_10_00@22632 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			16 lines
		
	
	
		
			413 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			413 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
#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 SSALogin(int& year);
 | 
						|
 | 
						|
unsigned short ServerLogin(int& year, wxString& strSrvName);
 | 
						|
unsigned short ServerLoggedUsers(const wxString& strSrvName);
 | 
						|
bool DictionaryLogin(const wxString& strSrvName);
 | 
						|
 | 
						|
#endif |