(svn r21852) -Codechange: generalise GenerateCompanyPasswordHash (dihedral)
This commit is contained in:
@@ -19,7 +19,7 @@ void NetworkStartUp();
|
||||
void NetworkShutDown();
|
||||
void NetworkDrawChatMessage();
|
||||
|
||||
const char *GenerateCompanyPasswordHash(const char *password);
|
||||
const char *GenerateCompanyPasswordHash(const char *password, const char *password_server_id, uint32 password_game_seed);
|
||||
void HashCurrentCompanyPassword(const char *password);
|
||||
|
||||
extern bool _networking; ///< are we in networking mode?
|
||||
|
Reference in New Issue
Block a user