--- np2/x11/ini.h 2003/11/16 16:43:45 1.1 +++ np2/x11/ini.h 2003/11/28 16:29:57 1.2 @@ -38,7 +38,7 @@ extern "C" { #endif void ini_read(const char *path, const char *title, const INITBL *tbl, UINT count); -void ini_write(const char *path, const char *title, const INITBL *tbl, UINT count); +void ini_write(const char *path, const char *title, const INITBL *tbl, UINT count, BOOL create); void initload(void); void initsave(void);