mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
net: fix declarations of C.htonl/C.htons/C.ntohl/C.ntohs in aasocket.c.v
This commit is contained in:
@ -74,8 +74,6 @@ struct C.sockaddr_storage {
|
||||
|
||||
// fn C.shutdown() int
|
||||
|
||||
// fn C.ntohs() int
|
||||
|
||||
// fn C.getpeername() int
|
||||
|
||||
// fn C.inet_ntop(af int, src voidptr, dst charptr, dst_size int) charptr
|
||||
|
Reference in New Issue
Block a user