Skip to content
Snippets Groups Projects
Commit bd9323ef authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Use LDAP_P in prototype for ldap_pvt_inet_aton

parent b1701d24
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment