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

pull/6729/head
Delyan Angelov 2020-11-03 10:06:47 +02:00
parent 204fd8be03
commit aecdfb06e7
1 changed files with 1 additions and 1 deletions

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