1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

x.net: fix C fn redeclaration of C.inet_ntop (prevented compiling x.net and net together)

This commit is contained in:
Delyan Angelov 2020-11-03 10:06:47 +02:00
parent 204fd8be03
commit aecdfb06e7

View File

@ -75,7 +75,7 @@ fn C.shutdown() int
fn C.ntohs() int
fn C.inet_ntop() int
fn C.inet_ntop(af int, src voidptr, dst charptr, dst_size int) charptr
fn C.WSAStringToAddress() int