--- psiconv/trunk/program/psiconv/gen.h 2002/01/29 20:15:23 146 +++ psiconv/trunk/program/psiconv/gen.h 2002/05/10 15:55:55 147 @@ -22,6 +22,10 @@ #include "psiconv/data.h" +#ifndef PSICONV_ENC_H +#include "encoding.h" +#endif + void init_html(void); void init_html4(void); @@ -34,6 +38,7 @@ void init_latex(void); -int psiconv_gen_html(const char *filename, const psiconv_file file, const char *dest); +int psiconv_gen_html(const char *filename, const psiconv_file file, const char *dest, const psiconv_encoding encoding_type); + #endif /* PSICONV_GEN_H */