summaryrefslogtreecommitdiffstats
path: root/common/ini/ini_config_priv.h
Commit message (Collapse)AuthorAgeFilesLines
* WPHEADmasterDmitri Pal2010-08-301-0/+3
|
* [INI] Introducing configuration file objectDmitri Pal2010-08-101-2/+38
| | | | | | | | The patch contains two major pieces of work: * The beginning of the new INI interface significantly re-thought and reworked. * The implementation of the file object. Parsing was adjusted to use this object.
* [INI] The beginning of the new INI interfaceDmitri Pal2010-08-101-0/+45
* ini_config_priv.h - private header * ini_configobj.h - future public header for the new interface * ini_configobj.c - just constructor/decructor for now * ini_serialize.c - code to serialize the configuration into a buffer so it can be written somewhere.