constification
[exim.git] / src / src / lookups / ldap.h
CommitLineData
0756eb3c
PH
1/*************************************************
2* Exim - an Internet mail transport agent *
3*************************************************/
4
0a49a7a4 5/* Copyright (c) University of Cambridge 1995 - 2009 */
0756eb3c
PH
6/* See the file NOTICE for conditions of use and distribution. */
7
e6d225ae 8/* Header for eldapauth_find */
0756eb3c 9
55414b25 10extern int eldapauth_find(void *, uschar *, const uschar *, int, uschar **,
0756eb3c 11 uschar **, BOOL *);
0756eb3c
PH
12
13/* End of lookups/ldap.h */