From bd45711455ba28ac223c77f0bb8ca825dde0af3f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 4 Apr 2000 06:38:32 +0000 Subject: Update. 2000-04-03 Andreas Jaeger * include/arpa/inet.h (__inet_aton): Add protoype. --- include/arpa/inet.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/arpa') diff --git a/include/arpa/inet.h b/include/arpa/inet.h index 65733b618c..49a8e8ced7 100644 --- a/include/arpa/inet.h +++ b/include/arpa/inet.h @@ -1 +1,3 @@ #include + +extern in_addr_t __inet_aton (__const char *__cp, struct in_addr *__inp); -- cgit v1.2.3