--- psiconv/trunk/program/psiconv/psiconv.h 1999/12/02 17:19:23 35 +++ 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;