debian experimental exim-daemon-heavy config
[exim.git] / src / src / lookups / lf_functions.h
1 /*************************************************
2 * Exim - an Internet mail transport agent *
3 *************************************************/
4
5 /* Copyright (c) University of Cambridge 1995 - 2018 */
6 /* Copyright (c) The Exim Maintainers 2020 */
7 /* See the file NOTICE for conditions of use and distribution. */
8
9 /* Header for the functions that are shared by the lookups */
10
11 extern int lf_check_file(int, const uschar *, int, int, uid_t *, gid_t *,
12 const char *, uschar **);
13 extern gstring *lf_quote(uschar *, uschar *, int, gstring *);
14 extern int lf_sqlperform(const uschar *, const uschar *, const uschar *,
15 const uschar *, uschar **,
16 uschar **, uint *, const uschar *,
17 int(*)(const uschar *, uschar *, uschar **,
18 uschar **, BOOL *, uint *, const uschar *));
19
20 /* End of lf_functions.h */