new
[libcurl.git] / lib / ldap.h
blob6653b19f4757affcabd33a5c5b2691cedf31cf70
1 #ifndef __LDAP_H
2 #define __LDAP_H
4 /*****************************************************************************
5 * _ _ ____ _
6 * Project ___| | | | _ \| |
7 * / __| | | | |_) | |
8 * | (__| |_| | _ <| |___
9 * \___|\___/|_| \_\_____|
11 * The contents of this file are subject to the Mozilla Public License
12 * Version 1.0 (the "License"); you may not use this file except in
13 * compliance with the License. You may obtain a copy of the License at
14 * http://www.mozilla.org/MPL/
16 * Software distributed under the License is distributed on an "AS IS"
17 * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
18 * License for the specific language governing rights and limitations
19 * under the License.
21 * The Original Code is Curl.
23 * The Initial Developer of the Original Code is Daniel Stenberg.
25 * Portions created by the Initial Developer are Copyright (C) 1998.
26 * All Rights Reserved.
28 * ------------------------------------------------------------
29 * Main author:
30 * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
32 * http://www.fts.frontec.se/~dast/curl/
34 * $Source: /cvsroot/curl/curl/lib/Attic/ldap.h,v $
35 * $Revision: 1.1.1.1 $
36 * $Date: 1999-12-29 14:21:33 $
37 * $Author: bagder $
38 * $State: Exp $
39 * $Locker: $
41 * ------------------------------------------------------------
42 ****************************************************************************/
43 UrgError ldap(struct UrlData *data, char *path, long *bytecount);
45 #endif /* __LDAP_H */