X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/05e796adcdbe76f643bf938226b0d3c75efd95e6..5f69a529d24c6acf0a7473c2ac67bcaa5aacbb60:/src/src/macro_predef.h diff --git a/src/src/macro_predef.h b/src/src/macro_predef.h new file mode 100644 index 000000000..aece28cc7 --- /dev/null +++ b/src/src/macro_predef.h @@ -0,0 +1,19 @@ +/************************************************* +* Exim - an Internet mail transport agent * +*************************************************/ + +/* Copyright (c) Jeremy Harris 2017 */ +/* See the file NOTICE for conditions of use and distribution. */ + +/* Global functions */ + +extern void spf(uschar *, int, const uschar *, ...); +extern void builtin_macro_create(const uschar *); +extern void builtin_macro_create_var(const uschar *, const uschar *); +extern void options_from_list(optionlist *, unsigned, const uschar *, uschar *); + +extern void options_main(void); +extern void options_routers(void); +extern void options_transports(void); +extern void options_auths(void); +