1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00
2000-04-03  Andreas Jaeger  <aj@suse.de>

	* include/arpa/inet.h (__inet_aton): Add protoype.
This commit is contained in:
Ulrich Drepper
2000-04-04 06:38:32 +00:00
parent 41aefe41b8
commit bd45711455
3 changed files with 13 additions and 0 deletions

View File

@ -1 +1,3 @@
#include <inet/arpa/inet.h>
extern in_addr_t __inet_aton (__const char *__cp, struct in_addr *__inp);