--- psiconv/trunk/program/psiconv/psiconv.h 2000/12/10 16:49:40 58 +++ psiconv/trunk/program/psiconv/psiconv.h 2002/05/10 15:55:55 147 @@ -22,8 +22,13 @@ #include "psiconv/data.h" +#ifndef PSICONV_ENC_H +#include "encoding.h" +#endif + typedef int output_function(const char *filename, const psiconv_file, - const char *type); + const char *type, + const psiconv_encoding encoding_type); typedef struct psiconv_fileformat_s { const char *name;