xref: /original-bsd/include/arpa/inet.h (revision 7e7b101a)
1 /*	inet.h	4.2	85/01/10	*/
2 
3 /*
4  * External definitions for
5  * functions in inet(3N)
6  */
7 unsigned long inet_addr();
8 char	*inet_ntoa();
9 struct	in_addr inet_makeaddr();
10 unsigned long inet_network();
11