Merge branch 'debian'
[hcoop/debian/courier-authlib.git] / authldap.h
CommitLineData
d9898ee8 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
18struct authinfo;
19
20int authldapcommon(const char *, const char *,
21 const char *, int (*)(struct authinfo *, void *), void *);
22
23void authldapclose();
24
25#endif