]> git.sur5r.net Git - openldap/commitdiff
Use LDAP_P in prototype for ldap_pvt_inet_aton
authorKurt Zeilenga <kurt@openldap.org>
Wed, 4 Aug 1999 18:27:15 +0000 (18:27 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 4 Aug 1999 18:27:15 +0000 (18:27 +0000)
include/ac/socket.h

index 193d8b34031aadd3a5e572ef4e76724bb0272cd3..b85204297674e778a9a2c2d77ea3785b39338df9 100644 (file)
 #if !defined( HAVE_INET_ATON ) && !defined( inet_aton )
 #define inet_aton ldap_pvt_inet_aton
 struct in_addr;
-int ldap_pvt_inet_aton( const char *, struct in_addr * );
+int ldap_pvt_inet_aton LDAP_P(( const char *, struct in_addr * ));
 #endif
 
 #if    defined(__WIN32) && defined(_ALPHA)