X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fmacro_predef.h;h=94f68dfa3db4946fbb4d4c4afa7987f77e9aa531;hb=cf1e30bc975d646511945e3dd3538fb97637559d;hp=d3bc5c0740cd252adcd11999728a5257e9f9e7f3;hpb=a85c067ba6c6940512cf57ec213277a370d87e70;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/macro_predef.h b/src/src/macro_predef.h index d3bc5c074..94f68dfa3 100644 --- a/src/src/macro_predef.h +++ b/src/src/macro_predef.h @@ -5,7 +5,7 @@ /* 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-only */ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* Global functions */ @@ -22,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);