Added prototype for inet_aton.
This commit is contained in:
parent
20a9ca246d
commit
bd783b901f
1 changed files with 5 additions and 0 deletions
|
@ -30,4 +30,9 @@ _PROTOTYPE( char *inet_ntoa, (struct in_addr _in) );
|
||||||
_PROTOTYPE( uint32_t ntohl, (uint32_t _netval) );
|
_PROTOTYPE( uint32_t ntohl, (uint32_t _netval) );
|
||||||
_PROTOTYPE( uint16_t ntohs, (uint16_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 */
|
#endif /* _ARPA__INET_H */
|
||||||
|
|
Loading…
Reference in a new issue