SPDX: Mass-update to GPL-2.0-or-later
[exim.git] / src / src / macro_predef.h
index 4bc98e0df3ae9d49563bc4d2b19a37c0cb07df6f..8b7b375c6391f9a17253798897803f4e2bb3d2db 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 */
 
@@ -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);