Add predefined macros for expansions
[exim.git] / src / src / macro_predef.h
index 3c988a380ca80562164c861502c22631ab00d0ec..94f68dfa3db4946fbb4d4c4afa7987f77e9aa531 100644 (file)
@@ -3,7 +3,9 @@
 *************************************************/
 
 /* Copyright (c) Jeremy Harris 2017 - 2018 */
+/* Copyright (c) The Exim Maintainers 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
+/* SPDX-License-Identifier: GPL-2.0-or-later */
 
 /* Global functions */
 
@@ -20,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);