4bd3c6eecb14955cbca49b7c59ed134cf1b1f803
[exim.git] / src / src / lookups / dsearch.h
1 /* $Cambridge: exim/src/src/lookups/dsearch.h,v 1.3 2006/02/07 11:19:01 ph10 Exp $ */
2
3 /*************************************************
4 * Exim - an Internet mail transport agent *
5 *************************************************/
6
7 /* Copyright (c) University of Cambridge 1995 - 2006 */
8 /* See the file NOTICE for conditions of use and distribution. */
9
10 /* Header for the dsearch lookup */
11
12 extern void *dsearch_open(uschar *, uschar **);
13 extern BOOL dsearch_check(void *, uschar *, int, uid_t *, gid_t *, uschar **);
14 extern int dsearch_find(void *, uschar *, uschar *, int, uschar **, uschar **,
15 BOOL *);
16 extern void dsearch_close(void *);
17
18 /* End of lookups/dsearch.h */