summaryrefslogtreecommitdiff
path: root/server/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/server.h')
-rw-r--r--server/server.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/server/server.h b/server/server.h
index 91a9cae..c70e099 100644
--- a/server/server.h
+++ b/server/server.h
@@ -37,7 +37,11 @@ public:
static void Destruct(void);
static bool Active(void);
+#if APIVERSNUM >= 20300
+ static cList<cServerConnection>& Clients(cThreadLock& Lock);
+#else
static const cList<cServerConnection>& Clients(cThreadLock& Lock);
+#endif
};
inline bool cStreamdevServer::Active(void)