]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - net_wipx.h
renamed byte to qbyte throughout engine to eliminate a mingw conflict
[xonotic/darkplaces.git] / net_wipx.h
index ed82dc1d97c658b5b02df7266256069bc855383a..109120ea3d88befd443253a70cbc34c254afa264 100644 (file)
@@ -26,9 +26,9 @@ int  WIPX_OpenSocket (int port);
 int  WIPX_CloseSocket (int socket);
 int  WIPX_Connect (int socket, struct qsockaddr *addr);
 int  WIPX_CheckNewConnections (void);
-int  WIPX_Read (int socket, byte *buf, int len, struct qsockaddr *addr);
-int  WIPX_Write (int socket, byte *buf, int len, struct qsockaddr *addr);
-int  WIPX_Broadcast (int socket, byte *buf, int len);
+int  WIPX_Read (int socket, qbyte *buf, int len, struct qsockaddr *addr);
+int  WIPX_Write (int socket, qbyte *buf, int len, struct qsockaddr *addr);
+int  WIPX_Broadcast (int socket, qbyte *buf, int len);
 char *WIPX_AddrToString (struct qsockaddr *addr);
 int  WIPX_StringToAddr (char *string, struct qsockaddr *addr);
 int  WIPX_GetSocketAddr (int socket, struct qsockaddr *addr);