summaryrefslogtreecommitdiffstats
path: root/common/ini/ini_comment_ut.c
Commit message (Collapse)AuthorAgeFilesLines
* Introducing a comment objectDmitri Pal2010-04-301-0/+176
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.