--- psiconv/trunk/program/psiconv/gen.h 1999/10/11 19:17:17 14 +++ psiconv/trunk/program/psiconv/gen.h 2004/02/04 12:19:09 196 @@ -1,6 +1,6 @@ /* gen.h - Part of psiconv, a PSION 5 file formats converter - Copyright (c) 1999 Frodo Looijaard + Copyright (c) 1990-2004 Frodo Looijaard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -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 */