summaryrefslogtreecommitdiffstats
path: root/libc-top-half/musl/src/include/arpa/inet.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc-top-half/musl/src/include/arpa/inet.h')
-rw-r--r--libc-top-half/musl/src/include/arpa/inet.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libc-top-half/musl/src/include/arpa/inet.h b/libc-top-half/musl/src/include/arpa/inet.h
new file mode 100644
index 0000000..1e6debf
--- /dev/null
+++ b/libc-top-half/musl/src/include/arpa/inet.h
@@ -0,0 +1,8 @@
+#ifndef ARPA_INET_H
+#define ARPA_INET_H
+
+#include "../../../include/arpa/inet.h"
+
+hidden int __inet_aton(const char *, struct in_addr *);
+
+#endif