--- psiconv/trunk/program/psiconv/gen.h 1999/10/13 19:15:59 17 +++ psiconv/trunk/program/psiconv/gen.h 2001/02/16 18:49:14 109 @@ -20,16 +20,20 @@ #ifndef PSICONV_GEN_H #define PSICONV_GEN_H -#include "data.h" +#include "psiconv/data.h" -void psiconv_gen_html(FILE *of,psiconv_file wf); +void init_html(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 psiconv_gen_image(FILE *of,psiconv_file wf); +void init_image(void); + +void init_latex(void); + +int psiconv_gen_html(const char *filename, const psiconv_file file, const char *dest); #endif /* PSICONV_GEN_H */