summaryrefslogtreecommitdiff
path: root/src/network/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/network.h')
-rw-r--r--src/network/network.h3
1 files changed, 3 insertions, 0 deletions
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?