MySQL, pgsql: per-query server options outside the lookup string. Bug 2546
[exim.git] / src / src / lookups / lf_functions.h
CommitLineData
0756eb3c
PH
1/*************************************************
2* Exim - an Internet mail transport agent *
3*************************************************/
4
f9ba5e22 5/* Copyright (c) University of Cambridge 1995 - 2018 */
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
d447dbd1 10extern int lf_check_file(int, const uschar *, int, int, uid_t *, gid_t *,
1ba28e2b 11 const char *, uschar **);
acec9514 12extern gstring *lf_quote(uschar *, uschar *, int, gstring *);
55414b25
JH
13extern int lf_sqlperform(const uschar *, const uschar *, const uschar *,
14 const uschar *, uschar **,
0b4dfe7a
JH
15 uschar **, uint *, const uschar *,
16 int(*)(const uschar *, uschar *, uschar **,
17 uschar **, BOOL *, uint *, const uschar *));
0756eb3c
PH
18
19/* End of lf_functions.h */