Imported Upstream version 4.84
[hcoop/debian/exim4.git] / src / lookups / ldap.h
CommitLineData
420a0d19
CE
1/*************************************************
2* Exim - an Internet mail transport agent *
3*************************************************/
4
5/* Copyright (c) University of Cambridge 1995 - 2009 */
6/* See the file NOTICE for conditions of use and distribution. */
7
8/* Header for eldapauth_find */
9
10extern int eldapauth_find(void *, uschar *, uschar *, int, uschar **,
11 uschar **, BOOL *);
12
13/* End of lookups/ldap.h */