Revert "Build: tidying"
[exim.git] / src / src / macro_predef.h
1 /*************************************************
2 * Exim - an Internet mail transport agent *
3 *************************************************/
4
5 /* Copyright (c) Jeremy Harris 2017 */
6 /* See the file NOTICE for conditions of use and distribution. */
7
8 /* Global functions */
9
10 extern void spf(uschar *, int, const uschar *, ...);
11 extern void builtin_macro_create(const uschar *);
12 extern void builtin_macro_create_var(const uschar *, const uschar *);
13 extern void options_from_list(optionlist *, unsigned, const uschar *, uschar *);
14
15 extern void options_main(void);
16 extern void options_routers(void);
17 extern void options_transports(void);
18 extern void options_auths(void);
19