X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=net_wipx.h;h=109120ea3d88befd443253a70cbc34c254afa264;hb=c419ab5f7668f0be6fc64bf6bb634f3cd7fc5306;hp=ed82dc1d97c658b5b02df7266256069bc855383a;hpb=8dcce44300385b12c46d494c06aadcfa35a8bc14;p=xonotic%2Fdarkplaces.git diff --git a/net_wipx.h b/net_wipx.h index ed82dc1d..109120ea 100644 --- a/net_wipx.h +++ b/net_wipx.h @@ -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);