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