changed declaration of inet_addr() to unsigned long
[unix-history] / usr / src / include / arpa / inet.h
/* inet.h 4.2 85/01/10 */
/*
* External definitions for
* functions in inet(3N)
*/
unsigned long inet_addr();
char *inet_ntoa();
struct in_addr inet_makeaddr();
unsigned long inet_network();