From bd9323efc30c0e8817c35cb1949b6dd1b4530219 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 4 Aug 1999 18:27:15 +0000 Subject: [PATCH] Use LDAP_P in prototype for ldap_pvt_inet_aton --- include/ac/socket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5