]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - lhnet.h
Add GL_ExtensionSupported in vid_null.c because vid_shared.c relies on
[xonotic/darkplaces.git] / lhnet.h
diff --git a/lhnet.h b/lhnet.h
index 518ccdf91566a5bda09fa5fe27776b7ed7d5a40f..e66e5a5d8f9ca8068d037a00ae943a51edf573e1 100644 (file)
--- a/lhnet.h
+++ b/lhnet.h
@@ -40,6 +40,7 @@ lhnetsocket_t;
 
 void LHNET_Init(void);
 void LHNET_Shutdown(void);
+int LHNET_DefaultDSCP(int dscp); // < 0: query; >= 0: set (returns previous value)
 void LHNET_SleepUntilPacket_Microseconds(int microseconds);
 lhnetsocket_t *LHNET_OpenSocket_Connectionless(lhnetaddress_t *address);
 void LHNET_CloseSocket(lhnetsocket_t *lhnetsocket);