X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fmacro_predef.h;h=7eeaa9692cacbeed7d51aeaa358bc9a228af7789;hb=12263aa86a56d5d6a8aa6a9daaf285e24ca2a448;hp=00d9537ca3f388375e2ca6b9cdc4a4e4ee7a4aa4;hpb=c5db348c5e29e93e51389fa0079f829967c5da82;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/macro_predef.h b/src/src/macro_predef.h index 00d9537ca..7eeaa9692 100644 --- a/src/src/macro_predef.h +++ b/src/src/macro_predef.h @@ -2,7 +2,7 @@ * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) Jeremy Harris 2017 */ +/* Copyright (c) Jeremy Harris 2017 - 2018 */ /* See the file NOTICE for conditions of use and distribution. */ /* Global functions */ @@ -12,9 +12,12 @@ 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_malware(void); +extern void features_crypto(void); extern void options_main(void); extern void options_routers(void); extern void options_transports(void); extern void options_auths(void); +extern void options_logging(void); extern void params_dkim(void);