]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - netconn.h
-Fixed a wrong parameter type in netconn.
[xonotic/darkplaces.git] / netconn.h
index 17f57221769cd16adb06b3934ffab9017da0963e..7bb3c53c61c8193c017984a0d2790a24c7e350ac 100755 (executable)
--- a/netconn.h
+++ b/netconn.h
@@ -229,6 +229,8 @@ extern qboolean                                     hostcache_sortdescending;
 extern int                     hostcache_viewcount;
 extern hostcache_t     *hostcache_viewset[HOSTCACHE_VIEWCACHESIZE];
 
+extern int                     hostcache_cachecount; 
+
 extern qboolean                hostcache_consoleoutput;
 
 #if !defined(_WIN32 ) && !defined (__linux__) && !defined (__sun__)