--- psiconv/trunk/program/psiconv/psiconv.h 2000/10/04 19:02:04 52 +++ psiconv/trunk/program/psiconv/psiconv.h 2000/10/21 00:49:13 53 @@ -22,7 +22,8 @@ #include "data.h" -typedef int output_function(FILE *, const psiconv_file,const char *); +typedef int output_function(const char *filename, const psiconv_file, + const char *type); typedef struct psiconv_fileformat { const char *name;