Build courier-authlib (0.60.2-0hcoop7).
[hcoop/debian/courier-authlib.git] / authldap.h
1 #ifndef authldap_h
2 #define authldap_h
3
4 /*
5 ** $Id: authldap.h,v 1.6 2004/10/21 00:10:49 mrsam Exp $
6 **
7 ** Copyright 1998 - 2003 Double Precision, Inc. See COPYING for
8 ** distribution information.
9 */
10
11 /* Based on code by Luc Saillard <luc.saillard@alcove.fr>. */
12
13 #if HAVE_CONFIG_H
14 #include "courier_auth_config.h"
15 #endif
16
17
18 struct authinfo;
19
20 int authldapcommon(const char *, const char *,
21 const char *, int (*)(struct authinfo *, void *), void *);
22
23 void authldapclose();
24
25 #endif