CHANGES: Inifile handle is now of (opaque) type struct inifile

This commit is contained in:
Jan Lindemann 2006-06-29 20:03:08 +00:00 committed by Jan Lindemann
commit 083e627092

View file

@ -274,4 +274,4 @@ o misc:
o inifile:
- bugfix: short subsections weren't matched by match_super(),
breaking inifile_get_num_sections()
- added typedef void *inifile_t stub, now to be used as inifile handle
- inifile handle is now of (opaque) type struct inifile