--- np2/win9x/ini.h 2003/10/28 13:03:48 1.2 +++ np2/win9x/ini.h 2004/02/11 17:39:59 1.5 @@ -2,7 +2,8 @@ enum { INITYPE_STR = 0, INITYPE_BOOL, - INITYPE_BYTEARG, + INITYPE_ARGS16, + INITYPE_ARGH8, INITYPE_SINT8, INITYPE_SINT16, INITYPE_SINT32, @@ -13,6 +14,7 @@ enum { INITYPE_HEX16, INITYPE_HEX32, INITYPE_BYTE3, + INITYPE_USERKEY, INITYPE_KB, INITYPE_USER, INITYPE_MASK = 0xff, @@ -39,6 +41,8 @@ void ini_read(const char *path, const ch void ini_write(const char *path, const char *title, const INITBL *tbl, UINT count); + +void initgetfile(char *path, UINT size); void initload(void); void initsave(void);