SPDX: license tags (mostly by guesswork)
[exim.git] / src / src / macro_predef.h
1 /*************************************************
2 *     Exim - an Internet mail transport agent    *
3 *************************************************/
4
5 /* Copyright (c) Jeremy Harris 2017 - 2018 */
6 /* Copyright (c) The Exim Maintainers 2021 */
7 /* See the file NOTICE for conditions of use and distribution. */
8 /* SPDX-License-Identifier: GPL-2.0-only */
9
10 /* Global functions */
11
12 extern void spf(uschar *, int, const uschar *, ...);
13 extern void builtin_macro_create(const uschar *);
14 extern void builtin_macro_create_var(const uschar *, const uschar *);
15 extern void options_from_list(optionlist *, unsigned, const uschar *, uschar *);
16
17 extern void features_acl(void);
18 extern void features_malware(void);
19 extern void features_crypto(void);
20 extern void options_main(void);
21 extern void options_routers(void);
22 extern void options_transports(void);
23 extern void options_auths(void);
24 extern void options_logging(void);
25 extern void params_dkim(void);
26 #ifndef DISABLE_TLS
27 extern void options_tls(void);
28 #endif
29