From a82118f36070c45199a1498fb59541a65637f86c Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 19 Jan 2011 16:30:09 +0000 Subject: (svn r21850) -Codechange: move password hashing to a more general location (dihedral) --- src/network/network.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/network/network.h') diff --git a/src/network/network.h b/src/network/network.h index 3dd63d03c..4874d4f8a 100644 --- a/src/network/network.h +++ b/src/network/network.h @@ -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? -- cgit v1.2.3-54-g00ecf