blob: ddfda859773abcc5325cfaaadf138dccddfa2dbe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*************************************************
* Exim - an Internet mail transport agent *
*************************************************/
/* Copyright (c) University of Cambridge 1995 - 2015 */
/* See the file NOTICE for conditions of use and distribution. */
/* Header for eldapauth_find */
extern int eldapauth_find(void *, uschar *, const uschar *, int, uschar **,
uschar **, BOOL *);
/* End of lookups/ldap.h */
|