Version reporting & module ABI change.
[exim.git] / src / src / exim.h
index b9b2ab0eba65fe431dbbd3d66693e87fe804a3e4..be7c55e88f888a2ac1662ede835808333546bb1f 100644 (file)
@@ -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 */