--- psiconv/trunk/program/psiconv/gen.h 2002/05/10 15:55:55 147 +++ 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,12 +21,9 @@ #define PSICONV_GEN_H #include "psiconv/data.h" +#include "psiconv.h" -#ifndef PSICONV_ENC_H -#include "encoding.h" -#endif - -void init_html(void); +void init_xhtml(void); void init_html4(void); @@ -38,7 +35,4 @@ void init_latex(void); -int psiconv_gen_html(const char *filename, const psiconv_file file, const char *dest, const psiconv_encoding encoding_type); - - #endif /* PSICONV_GEN_H */