--- psiconv/trunk/program/psiconv/gen.h 1999/12/02 17:18:55 34 +++ psiconv/trunk/program/psiconv/gen.h 2004/02/02 20:43:04 192 @@ -20,9 +20,10 @@ #ifndef PSICONV_GEN_H #define PSICONV_GEN_H -#include "data.h" +#include "psiconv/data.h" +#include "psiconv.h" -void init_html(void); +void init_xhtml(void); void init_html4(void); @@ -32,6 +33,6 @@ void init_image(void); -int psiconv_gen_html(FILE * of, const psiconv_file file, const char *dest); +void init_latex(void); #endif /* PSICONV_GEN_H */