(svn r21850) -Codechange: move password hashing to a more general location (dihedral)
This commit is contained in:
@@ -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?
|
||||
|
Reference in New Issue
Block a user