SPDX: license tags (mostly by guesswork)
[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 /* SPDX-License-Identifier: GPL-2.0-only */
9
10 /* Header for the functions that are shared by the lookups */
11
12 extern int     lf_check_file(int, const uschar *, int, int, uid_t *, gid_t *,
13                  const char *, uschar **);
14 extern gstring *lf_quote(uschar *, uschar *, int, gstring *);
15 extern int     lf_sqlperform(const uschar *, const uschar *, const uschar *,
16                  const uschar *, uschar **,
17                  uschar **, uint *, const uschar *,
18                  int(*)(const uschar *, uschar *, uschar **,
19                  uschar **, BOOL *, uint *, const uschar *));
20
21 /* End of lf_functions.h */