minix/include/arpa/inet.h
2005-06-10 15:12:03 +00:00

12 lines
189 B
C

/*
arpa/inet.h
*/
#ifndef _ARPA__INET_H
#define _ARPA__INET_H
/* Open Group Base Specifications Issue 6 (not complete): */
char *inet_ntoa(struct in_addr in);
#endif /* _ARPA__INET_H */