SPDX: license tags (mostly by guesswork)
[exim.git] / src / src / lookups / ldap.h
1 /*************************************************
2 *     Exim - an Internet mail transport agent    *
3 *************************************************/
4
5 /* Copyright (c) University of Cambridge 1995 - 2015 */
6 /* See the file NOTICE for conditions of use and distribution. */
7 /* SPDX-License-Identifier: GPL-2.0-only */
8
9 /* Header for eldapauth_find */
10
11 extern int     eldapauth_find(void *, uschar *, const uschar *, int, uschar **,
12                  uschar **, BOOL *);
13
14 /* End of lookups/ldap.h */