summaryrefslogtreecommitdiffstats
path: root/ini/ini_config_priv.h
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring error reportingDmitri Pal2010-12-211-0/+3
| | | | Minor cleanup in the error reporting.
* Introducing configuration file objectDmitri Pal2010-09-221-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.
* The beginning of the new INI interfaceDmitri Pal2010-09-221-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.