From: Kurt Zeilenga Date: Wed, 4 Aug 1999 18:27:15 +0000 (+0000) Subject: Use LDAP_P in prototype for ldap_pvt_inet_aton X-Git-Tag: TWEB_OL_BASE~290 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bd9323efc30c0e8817c35cb1949b6dd1b4530219;p=openldap Use LDAP_P in prototype for ldap_pvt_inet_aton --- diff --git a/include/ac/socket.h b/include/ac/socket.h index 193d8b3403..b852042976 100644 --- a/include/ac/socket.h +++ b/include/ac/socket.h @@ -106,7 +106,7 @@ #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)