]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - net_wipx.h
Thanks to Elric for adding dpmaster support!
[xonotic/darkplaces.git] / net_wipx.h
index b8caf43675f331b1b0f27ca410522b5add1440c2..120b2ab3460080f6cf43f41bf81172affba07b1a 100644 (file)
@@ -29,6 +29,8 @@ int  WIPX_OpenSocket (int port);
 int  WIPX_CloseSocket (int socket);
 int  WIPX_Connect (int socket, struct qsockaddr *addr);
 int  WIPX_CheckNewConnections (void);
+int  WIPX_Recv (qbyte *buf, int len, struct qsockaddr *addr);
+int  WIPX_Send (qbyte *buf, int len, struct qsockaddr *addr);
 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);