mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
Use LDAP_P in prototype for ldap_pvt_inet_aton
This commit is contained in:
parent
b1701d24e1
commit
bd9323efc3
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue