Imported Upstream version 0.66.1
[hcoop/debian/courier-authlib.git] / authldap.h
CommitLineData
d9898ee8 1#ifndef authldap_h
2#define authldap_h
3
4/*
d9898ee8 5**
6** Copyright 1998 - 2003 Double Precision, Inc. See COPYING for
7** distribution information.
8*/
9
10/* Based on code by Luc Saillard <luc.saillard@alcove.fr>. */
11
12#if HAVE_CONFIG_H
13#include "courier_auth_config.h"
14#endif
15
16
17struct authinfo;
18
19int authldapcommon(const char *, const char *,
20 const char *, int (*)(struct authinfo *, void *), void *);
21
22void authldapclose();
23
24#endif