--- psiconv/trunk/program/psiconv/gen.h 1999/10/13 19:15:59 17 +++ psiconv/trunk/program/psiconv/gen.h 2004/01/09 22:20:03 185 @@ -20,16 +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_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); #endif /* PSICONV_GEN_H */