Fix merge problem.
[exim.git] / src / src / lookups / lf_functions.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
8/* Header for the functions that are shared by the lookups */
9
1ba28e2b
PP
10extern int lf_check_file(int, uschar *, int, int, uid_t *, gid_t *,
11 const char *, uschar **);
0756eb3c 12extern uschar *lf_quote(uschar *, uschar *, int, uschar *, int *, int *);
b7670459
PH
13extern int lf_sqlperform(uschar *, uschar *, uschar *, uschar *, uschar **,
14 uschar **, BOOL *, int(*)(uschar *, uschar *, uschar **,
15 uschar **, BOOL *, BOOL *));
0756eb3c
PH
16
17/* End of lf_functions.h */