--- psiconv/trunk/program/psiconv/gen_image.c 2002/01/29 20:15:23 146 +++ psiconv/trunk/program/psiconv/gen_image.c 2002/05/10 15:55:55 147 @@ -204,7 +204,9 @@ } static int psiconv_gen_image(const char * filename, const psiconv_file file, - const char *dest) + const char *dest, + const psiconv_encoding encoding_type) + /* Here the encoding_type is a dummy */ { if (file->type == psiconv_mbm_file) psiconv_gen_image_mbm(filename,(psiconv_mbm_f) file->file,dest);