(svn r21852) -Codechange: generalise GenerateCompanyPasswordHash (dihedral)

This commit is contained in:
rubidium
2011-01-19 16:35:11 +00:00
parent c9609bbbc2
commit e95718bf43
3 changed files with 18 additions and 16 deletions

View File

@@ -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?