Debug: feed startup "whats supported" info through normal debug channel
[exim.git] / src / src / structs.h
index eee288efde8415d5be784ae8ff20e27810669443..a6ba95f95ce5db315f896840357e60a779ecd5e4 100644 (file)
@@ -435,8 +435,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 */
+  gstring * (*version_report)(    /* diagnostic version reporting */
+    gstring *);                   /* string to append to */
   void (*macros_create)(void);   /* feature-macro creation */
 } auth_info;