--- psiconv/trunk/program/psiconv/psiconv.h 2000/12/10 02:17:45 55 +++ psiconv/trunk/program/psiconv/psiconv.h 2000/12/10 15:44:40 56 @@ -25,7 +25,7 @@ typedef int output_function(const char *filename, const psiconv_file, const char *type); -typedef struct psiconv_fileformat { +typedef struct psiconv_fileformat_s { const char *name; const char *description; output_function *output;