]> granicus.if.org Git - php/commitdiff
ws fix
authorfoobar <sniper@php.net>
Fri, 19 Jul 2002 16:22:36 +0000 (16:22 +0000)
committerfoobar <sniper@php.net>
Fri, 19 Jul 2002 16:22:36 +0000 (16:22 +0000)
main/network.c

index 4022601feb388c144988e4267df52a329acbc6d7..323d7f06737db99e53aa8d9c349812980243cf00 100644 (file)
@@ -58,7 +58,7 @@
 #endif
 
 #ifndef HAVE_INET_ATON
-int             inet_aton(const char *, struct in_addr *);
+int inet_aton(const char *, struct in_addr *);
 #endif
 
 #include "php_network.h"