1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

no more Curl_ldap_done

This commit is contained in:
Daniel Stenberg 2004-05-13 10:38:37 +00:00
parent 6d70a82757
commit 12d5e33dc9

View File

@ -25,6 +25,5 @@
***************************************************************************/
#ifndef CURL_DISABLE_LDAP
CURLcode Curl_ldap(struct connectdata *conn);
CURLcode Curl_ldap_done(struct connectdata *conn);
#endif
#endif /* __LDAP_H */