x.net: fix C fn redeclaration of C.inet_ntop (prevented compiling x.net and net together)
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…
Reference in New Issue