X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fmacro_predef.h;h=7eeaa9692cacbeed7d51aeaa358bc9a228af7789;hb=7ea1237c783e380d7bdb86c90b13d8203c7ecf26;hp=bfa20106862bf240b6a4c631fbaf0b7d2235a870;hpb=c11d665dab975691024f9231ad93c65bef7e5df4;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/macro_predef.h b/src/src/macro_predef.h index bfa201068..7eeaa9692 100644 --- a/src/src/macro_predef.h +++ b/src/src/macro_predef.h @@ -13,9 +13,11 @@ 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);