--- psiconv/trunk/lib/psiconv/generate.h 2000/12/27 02:13:52 81 +++ psiconv/trunk/lib/psiconv/generate.h 2003/11/27 11:43:51 173 @@ -23,11 +23,13 @@ #ifndef PSICONV_GENERATE_H #define PSICONV_GENERATE_H -#include -#include -#include #include +#include +#include +#include #include +#include +#include #ifdef __cplusplus extern "C" { @@ -38,7 +40,8 @@ and *buf is undefined and unallocated; in normal cases, memory is allocated to it and it is up to you to free it. */ -extern int psiconv_write(psiconv_buffer *buf,const psiconv_file value); +extern int psiconv_write(psiconv_config config, psiconv_buffer *buf, + const psiconv_file value); #ifdef __cplusplus }