(svn r21850) -Codechange: move password hashing to a more general location (dihedral)

This commit is contained in:
rubidium
2011-01-19 16:30:09 +00:00
parent 2707186f6a
commit a82118f360
4 changed files with 76 additions and 70 deletions

View File

@@ -19,6 +19,9 @@ void NetworkStartUp();
void NetworkShutDown();
void NetworkDrawChatMessage();
const char *GenerateCompanyPasswordHash(const char *password);
void HashCurrentCompanyPassword(const char *password);
extern bool _networking; ///< are we in networking mode?
extern bool _network_server; ///< network-server is active
extern bool _network_available; ///< is network mode available?