diff options
Diffstat (limited to 'source/net_common.c')
-rw-r--r-- | source/net_common.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source/net_common.c b/source/net_common.c index ff837b0..8a9f083 100644 --- a/source/net_common.c +++ b/source/net_common.c @@ -429,9 +429,7 @@ neterr_t NET_GetPacket( netsrc_t sock ) { NET_SendPacket ============= */ -neterr_t NET_SendPacket( netsrc_t sock, const netadr_t *to, uint32 length, - const byte *data ) -{ +neterr_t NET_SendPacket( netsrc_t sock, const netadr_t *to, uint32 length, const void *data ) { struct sockaddr_in addr; int ret; |