diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-10-06 15:37:11 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-10-06 15:37:11 -0700 |
commit | ce6b7ea953dd0a974a0123e6674803a3b0b1f5a2 (patch) | |
tree | c902f3cee4e949565f4388bb5fd1462a932eff41 /system/include/net/arpa | |
parent | 5e4a111053b401069fb4581bba191d60f9f6e527 (diff) |
socket header stuff
Diffstat (limited to 'system/include/net/arpa')
-rw-r--r-- | system/include/net/arpa/inet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/include/net/arpa/inet.h b/system/include/net/arpa/inet.h index 2cc6f45a..76ad8b5f 100644 --- a/system/include/net/arpa/inet.h +++ b/system/include/net/arpa/inet.h @@ -4,3 +4,4 @@ uint32_t ntohl(uint32_t netlong); uint16_t ntohs(uint16_t netshort); +int inet_aton(const char *cp, struct in_addr *addr); |