diff options
Diffstat (limited to 'src/server/authserver/Server/AuthSession.h')
-rw-r--r-- | src/server/authserver/Server/AuthSession.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/authserver/Server/AuthSession.h b/src/server/authserver/Server/AuthSession.h index 9982399bcbc..47973d0ff1d 100644 --- a/src/server/authserver/Server/AuthSession.h +++ b/src/server/authserver/Server/AuthSession.h @@ -65,6 +65,7 @@ class AuthSession : public Socket<AuthSession> typedef Socket<AuthSession> AuthSocket; public: + static void ServerStartup(); static std::unordered_map<uint8, AuthHandler> InitHandlers(); AuthSession(tcp::socket&& socket); |