X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/01603eec64d42431f182b33008206facfc7f800e..107077d7fd6736711bf5cd980221723401d37c51:/src/src/macro_predef.h diff --git a/src/src/macro_predef.h b/src/src/macro_predef.h index 4bc98e0df..4f105c6d6 100644 --- a/src/src/macro_predef.h +++ b/src/src/macro_predef.h @@ -2,8 +2,10 @@ * Exim - an Internet mail transport agent * *************************************************/ +/* Copyright (c) The Exim Maintainers 2021 - 2023 */ /* Copyright (c) Jeremy Harris 2017 - 2018 */ /* See the file NOTICE for conditions of use and distribution. */ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* Global functions */ @@ -12,6 +14,7 @@ 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 features_acl(void); extern void features_malware(void); extern void features_crypto(void); extern void options_main(void); @@ -19,6 +22,7 @@ extern void options_routers(void); extern void options_transports(void); extern void options_auths(void); extern void options_logging(void); +extern void expansions(void); extern void params_dkim(void); #ifndef DISABLE_TLS extern void options_tls(void);