]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - lhnet.h
cvar: use unsigned for flags and hashindex
[xonotic/darkplaces.git] / lhnet.h
diff --git a/lhnet.h b/lhnet.h
index 9fe1e532665d09ee08184e9c427203caca30ecf1..e7ac0e48294dc79878e01b17c5f2bb16b48552b7 100644 (file)
--- a/lhnet.h
+++ b/lhnet.h
@@ -46,6 +46,7 @@ typedef struct lhnetsocket_s
        llist_t list;
 }
 lhnetsocket_t;
+extern lhnetsocket_t lhnet_socketlist;
 
 void LHNET_Init(void);
 void LHNET_Shutdown(void);