From 4031104404c6ceed5e57134125dcdb6cac51c564 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 5 Jan 2001 10:11:41 +0000 Subject: Internal symbols that aren't static are now prefixed with 'Curl_' --- lib/ldap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/ldap.h') diff --git a/lib/ldap.h b/lib/ldap.h index 4de5d7a5e..c9ab7c891 100644 --- a/lib/ldap.h +++ b/lib/ldap.h @@ -23,7 +23,7 @@ * * $Id$ *****************************************************************************/ -CURLcode ldap(struct connectdata *conn); -CURLcode ldap_done(struct connectdata *conn); +CURLcode Curl_ldap(struct connectdata *conn); +CURLcode Curl_ldap_done(struct connectdata *conn); #endif /* __LDAP_H */ -- cgit v1.2.3