mirror of
https://github.com/vlang/v.git
synced 2025-09-15 07:22:27 +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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue