Debug: feed startup "whats supported" info through normal debug channel
[exim.git] / src / src / lookupapi.h
index adaed8253cd5f1eacca9327856d79e4fc1a5f171..d8364dbb9970c278db9e8b1559491ed1985b1b44 100644 (file)
@@ -43,8 +43,8 @@ typedef struct lookup_info {
   uschar *(*quote)(               /* quoting function */
     uschar *,                     /* string to quote */
     uschar *);                    /* additional data from quote name */
-  void (*version_report)(         /* diagnostic function */
-    FILE *);                      /* fh to write to */
+  gstring * (*version_report)(    /* diagnostic function */
+    gstring *);                   /* true: stdout.  false: debug */
 } lookup_info;
 
 /* This magic number is used by the following lookup_module_info structure