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:
parent
204fd8be03
commit
aecdfb06e7
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user