Added prototype for inet_aton.

This commit is contained in:
Philip Homburg 2006-06-22 11:45:59 +00:00
parent 20a9ca246d
commit bd783b901f

View file

@ -30,4 +30,9 @@ _PROTOTYPE( char *inet_ntoa, (struct in_addr _in) );
_PROTOTYPE( uint32_t ntohl, (uint32_t _netval) );
_PROTOTYPE( uint16_t ntohs, (uint16_t _netval) );
#ifdef _MINIX
/* Additional functions */
_PROTOTYPE( int inet_aton, (const char *_cp, struct in_addr *_pin) );
#endif
#endif /* _ARPA__INET_H */