Implemented gsasl driver for authentication.
[exim.git] / src / src / structs.h
index 3790c7fe878783dbab5b0f8db509213e9cb9a2ae..9b51d0b7c113b8e257e34260c3421236a8542625 100644 (file)
@@ -367,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;