summaryrefslogtreecommitdiff
path: root/common/ini/ini_comment_ut.c
AgeCommit message (Collapse)AuthorFilesLines
2010-04-30Introducing a comment objectDmitri Pal1-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.