Debug: feed startup "whats supported" info through normal debug channel
[exim.git] / src / src / spf.h
index 114ef3b977ec3ddd34fd22552f3340ca788bebe0..7148babedb0272fb7af2462446bf0e9650f43c16 100644 (file)
@@ -25,7 +25,7 @@ typedef struct spf_result_id {
 } spf_result_id;
 
 /* prototypes */
-void spf_lib_version_report(FILE *);
+gstring * spf_lib_version_report(gstring *);
 BOOL spf_init(void);
 BOOL spf_conn_init(uschar *, uschar *);
 int  spf_process(const uschar **, uschar *, int);