Subj : CVS commit src/xpdev/ini_file.c ini_file.h To : All From : rswindell Date : Sun May 01 2005 02:03 am src/xpdev ini_file.c 1.67 1.68 ini_file.h 1.28 1.29 Update of /cvsroot/sbbs/src/xpdev In directory cvs.synchro.net:/tmp/cvs-serv16364 Modified Files: ini_file.c ini_file.h Log Message: iniGet*() and ini*Exists() functions now take a str_list_t rather than a pointer to such (no pointer necessary since the list isn't modified). This also fixes a bugs in a couple iniGet functions that assumed the arg was an array of pointers to strings (rather than a pointer to an array of pointers to strings). Since these functions haven't been used, the bug wasn't noticed. Created iniGetSectionCount() (used in v4upgrade.c). .