diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-10-06 14:07:41 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-10-06 14:07:41 -0700 |
commit | 1b81b2562f3913f2d4fda5bd3a002430b51e0de4 (patch) | |
tree | cb08cc75e3a53d1c60c7a7f9e421094fdd316245 /system/include/net/arpa | |
parent | c7e10b85b5e48322352edf631e6c450070f50dfd (diff) |
net-related headers
Diffstat (limited to 'system/include/net/arpa')
-rw-r--r-- | system/include/net/arpa/inet.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/system/include/net/arpa/inet.h b/system/include/net/arpa/inet.h new file mode 100644 index 00000000..2cc6f45a --- /dev/null +++ b/system/include/net/arpa/inet.h @@ -0,0 +1,6 @@ +/* */ + +uint32_t ntohl(uint32_t netlong); + +uint16_t ntohs(uint16_t netshort); + |