]> git.sur5r.net Git - openldap/blobdiff - include/ac/socket.h
Final round of module changes
[openldap] / 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)