--- psiconv/trunk/program/psiconv/gen.h 2001/02/16 18:49:14 109 +++ 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 @@ -21,8 +21,9 @@ #define PSICONV_GEN_H #include "psiconv/data.h" +#include "psiconv.h" -void init_html(void); +void init_xhtml(void); void init_html4(void); @@ -34,6 +35,4 @@ void init_latex(void); -int psiconv_gen_html(const char *filename, const psiconv_file file, const char *dest); - #endif /* PSICONV_GEN_H */