summaryrefslogtreecommitdiffstats
path: root/game/server/whitelist.hh
diff options
context:
space:
mode:
Diffstat (limited to 'game/server/whitelist.hh')
-rw-r--r--game/server/whitelist.hh52
1 files changed, 26 insertions, 26 deletions
diff --git a/game/server/whitelist.hh b/game/server/whitelist.hh
index 4695d16..990b15a 100644
--- a/game/server/whitelist.hh
+++ b/game/server/whitelist.hh
@@ -1,26 +1,26 @@
-#pragma once
-
-namespace config
-{
-class Boolean;
-class String;
-} // namespace config
-
-namespace whitelist
-{
-extern config::Boolean enabled;
-extern config::String filename;
-} // namespace whitelist
-
-namespace whitelist
-{
-void init(void);
-void init_late(void);
-void shutdown(void);
-} // namespace whitelist
-
-namespace whitelist
-{
-bool contains(std::string_view username);
-bool matches(std::string_view username, std::uint64_t password_hash);
-} // namespace whitelist
+#pragma once
+
+namespace config
+{
+class Boolean;
+class String;
+} // namespace config
+
+namespace whitelist
+{
+extern config::Boolean enabled;
+extern config::String filename;
+} // namespace whitelist
+
+namespace whitelist
+{
+void init(void);
+void init_late(void);
+void shutdown(void);
+} // namespace whitelist
+
+namespace whitelist
+{
+bool contains(std::string_view username);
+bool matches(std::string_view username, std::uint64_t password_hash);
+} // namespace whitelist