--- psiconv/trunk/lib/psiconv/generate.h 2000/12/27 02:13:52 81 +++ psiconv/trunk/lib/psiconv/generate.h 2005/11/15 15:52:34 270 @@ -1,6 +1,6 @@ /* generate.h - Part of psiconv, a PSION 5 file formats converter - Copyright (c) 2000 Frodo Looijaard + Copyright (c) 2000-2005 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 @@ -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 }