--- psiconv/trunk/program/psiconv/gen.h 1999/12/02 17:18:55 34 +++ psiconv/trunk/program/psiconv/gen.h 2002/05/10 15:55:55 147 @@ -20,7 +20,11 @@ #ifndef PSICONV_GEN_H #define PSICONV_GEN_H -#include "data.h" +#include "psiconv/data.h" + +#ifndef PSICONV_ENC_H +#include "encoding.h" +#endif void init_html(void); @@ -32,6 +36,9 @@ void init_image(void); -int psiconv_gen_html(FILE * of, const psiconv_file file, const char *dest); +void init_latex(void); + +int psiconv_gen_html(const char *filename, const psiconv_file file, const char *dest, const psiconv_encoding encoding_type); + #endif /* PSICONV_GEN_H */