1
0
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:
Delyan Angelov
2021-10-01 12:57:47 +03:00
parent 149517ced4
commit 2bdba5ed73
2 changed files with 4 additions and 6 deletions

View File

@ -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