~ubuntu-branches/ubuntu/dapper/curl/dapper-security

« back to all changes in this revision

Viewing changes to lib/ldap.h

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2005-03-23 18:41:29 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050323184129-le70d05a0hk5w62j
Tags: 7.12.3-2ubuntu3
Fix the version numbers internal to debian/rules.  Closes; #8088

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
22
22
 * KIND, either express or implied.
23
23
 *
24
 
 * $Id: ldap.h,v 1.11 2004/01/07 09:19:35 bagder Exp $
 
24
 * $Id: ldap.h,v 1.12 2004/05/13 10:38:37 bagder Exp $
25
25
 ***************************************************************************/
26
26
#ifndef CURL_DISABLE_LDAP
27
27
CURLcode Curl_ldap(struct connectdata *conn);
28
 
CURLcode Curl_ldap_done(struct connectdata *conn);
29
28
#endif
30
29
#endif /* __LDAP_H */