--- psiconv/trunk/program/psiconv/gen.h 1999/10/11 19:17:17 14 +++ psiconv/trunk/program/psiconv/gen.h 2004/02/02 20:43:04 192 @@ -20,14 +20,19 @@ #ifndef PSICONV_GEN_H #define PSICONV_GEN_H -#include "data.h" +#include "psiconv/data.h" +#include "psiconv.h" -void psiconv_gen_html(FILE *of,psiconv_file wf); +void init_xhtml(void); -void psiconv_gen_html4(FILE *of,psiconv_file wf); +void init_html4(void); -void psiconv_gen_txt(FILE *of,psiconv_file wf); +void init_txt(void); -void psiconv_gen_rtf(FILE *of,psiconv_file wf); +void init_rtf(void); + +void init_image(void); + +void init_latex(void); #endif /* PSICONV_GEN_H */