date and time created 83/05/28 15:18:25 by sam
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Sun, 29 May 1983 06:18:25 +0000 (22:18 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Sun, 29 May 1983 06:18:25 +0000 (22:18 -0800)
SCCS-vsn: include/arpa/inet.h 4.1

usr/src/include/arpa/inet.h [new file with mode: 0644]

diff --git a/usr/src/include/arpa/inet.h b/usr/src/include/arpa/inet.h
new file mode 100644 (file)
index 0000000..a9f6b16
--- /dev/null
@@ -0,0 +1,10 @@
+/*     inet.h  4.1     83/05/28        */
+
+/*
+ * External definitions for
+ * functions in inet(3N)
+ */
+struct in_addr inet_addr();
+char   *inet_ntoa();
+struct in_addr inet_makeaddr();
+unsigned long inet_network();