X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=localscan_dlopen_exim_4.20_or_better.patch;h=cef1b2a5618b1a856958f3ba534c9bcdb368f626;hb=5e7bbc2d97a540eac87c65ea62a9b418a96db453;hp=edb18beed9ae581e762d64ecad53ac64628684db;hpb=96e93d3ddfc43b968aca829f872aff071a2f9068;p=packages%2Fexim.git diff --git a/localscan_dlopen_exim_4.20_or_better.patch b/localscan_dlopen_exim_4.20_or_better.patch index edb18be..cef1b2a 100644 --- a/localscan_dlopen_exim_4.20_or_better.patch +++ b/localscan_dlopen_exim_4.20_or_better.patch @@ -93,7 +93,7 @@ Last-Update: 2019-10-20 /* This is the only Exim header that you should include. The effect of including any other Exim header is not defined, and may change from release to release. Use only the documented interface! */ -@@ -29,37 +13,129 @@ release. Use only the documented interfa +@@ -29,37 +13,130 @@ release. Use only the documented interfa #include "local_scan.h" @@ -123,6 +123,7 @@ Last-Update: 2019-10-20 -*/ +#ifdef DLOPEN_LOCAL_SCAN +#include ++#include +static int (*local_scan_fn)(int fd, uschar **return_text) = NULL; +static int load_local_scan_library(void); +#endif @@ -305,3 +306,4 @@ Last-Update: 2019-10-20 #endif +