--- psiconv/trunk/program/psiconv/gen.h 1999/10/13 19:15:59 17 +++ psiconv/trunk/program/psiconv/gen.h 2002/05/10 15:55:55 147 @@ -20,16 +20,25 @@ #ifndef PSICONV_GEN_H #define PSICONV_GEN_H -#include "data.h" +#include "psiconv/data.h" -void psiconv_gen_html(FILE *of,psiconv_file wf); +#ifndef PSICONV_ENC_H +#include "encoding.h" +#endif -void psiconv_gen_html4(FILE *of,psiconv_file wf); +void init_html(void); -void psiconv_gen_txt(FILE *of,psiconv_file wf); +void init_html4(void); -void psiconv_gen_rtf(FILE *of,psiconv_file wf); +void init_txt(void); + +void init_rtf(void); + +void init_image(void); + +void init_latex(void); + +int psiconv_gen_html(const char *filename, const psiconv_file file, const char *dest, const psiconv_encoding encoding_type); -void psiconv_gen_image(FILE *of,psiconv_file wf); #endif /* PSICONV_GEN_H */