--- psiconv/trunk/program/psiconv/gen.h 2002/05/10 15:55:55 147 +++ psiconv/trunk/program/psiconv/gen.h 2004/01/09 22:20:03 185 @@ -21,10 +21,7 @@ #define PSICONV_GEN_H #include "psiconv/data.h" - -#ifndef PSICONV_ENC_H -#include "encoding.h" -#endif +#include "psiconv.h" void init_html(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 */