Merge branch 'experimental_ocsp'
[exim.git] / src / src / structs.h
index 483539f46e29ef4c59bc3a3834062872fc79f616..9b51d0b7c113b8e257e34260c3421236a8542625 100644 (file)
@@ -1,5 +1,3 @@
-/* $Cambridge: exim/src/src/structs.h,v 1.17 2009/11/16 19:50:37 nm4 Exp $ */
-
 /*************************************************
 *     Exim - an Internet mail transport agent    *
 *************************************************/
@@ -369,6 +367,8 @@ typedef struct auth_info {
     int,                          /* command timeout */
     uschar *,                     /* buffer for reading response */
     int);                         /* sizeof buffer */
+  void (*version_report)(         /* diagnostic version reporting */
+    FILE *);                      /* I/O stream to print to */
 } auth_info;