X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/56e0c4ce946ae13628c4349f982c3407e1019dd0..6545de78cb822ab5db97a2f16fe7a42cc9488bd8:/src/src/exim.h diff --git a/src/src/exim.h b/src/src/exim.h index b9b2ab0eb..be7c55e88 100644 --- a/src/src/exim.h +++ b/src/src/exim.h @@ -533,5 +533,12 @@ default to EDQUOT if it exists, otherwise ENOSPC. */ #endif #endif +/* These are for reporting version information from various componenents, to +figure out what's actually happening. They need to be available to the main +function, so we declare them here. Unfortunate. */ + +#ifdef AUTH_CYRUS_SASL +extern void auth_cyrus_sasl_version_report(FILE *); +#endif /* End of exim.h */