--- psiconv/trunk/program/psiconv/gen.h 2001/02/16 18:49:14 109 +++ psiconv/trunk/program/psiconv/gen.h 2004/02/02 20:43:04 192 @@ -21,8 +21,9 @@ #define PSICONV_GEN_H #include "psiconv/data.h" +#include "psiconv.h" -void init_html(void); +void init_xhtml(void); void init_html4(void); @@ -34,6 +35,4 @@ void init_latex(void); -int psiconv_gen_html(const char *filename, const psiconv_file file, const char *dest); - #endif /* PSICONV_GEN_H */