--- psiconv/trunk/lib/psiconv/generate.h 2003/11/23 21:47:24 167 +++ psiconv/trunk/lib/psiconv/generate.h 2003/11/25 17:57:05 168 @@ -28,6 +28,7 @@ #include #include #include +#include #ifdef __cplusplus extern "C" { @@ -38,7 +39,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 }