Remove obsolete $Cambridge$ CVS revision strings.
[exim.git] / src / src / lookups / ldap.h
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
10 extern int     eldapauth_find(void *, uschar *, uschar *, int, uschar **,
11                  uschar **, BOOL *);
12
13 /* End of lookups/ldap.h */