summaryrefslogtreecommitdiffstats
path: root/ini/ini_comment.c
Commit message (Collapse)AuthorAgeFilesLines
* Introducing a comment objectDmitri Pal2010-04-301-0/+509
Comment object will store the comments found in the INI file. It is based on the ref_array interface. Fixing review comments for comment obj.