ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/inifile.h
(Generate patch)

Comparing Daodan/src/inifile.h (file contents):
Revision 351 by rossy, Tue Jun 9 12:00:41 2009 UTC vs.
Revision 352 by rossy, Sat Jun 13 01:44:53 2009 UTC

# Line 8 | Line 8 | enum {inifile_cantread = -20};
8  
9   typedef bool (*inifile_callback)(char* section, bool newsection, char* name, char* value);
10  
11 < bool inifile_read(char* filename, inifile_callback callback);
11 > bool inifile_read(const char* filename, inifile_callback callback);
12  
13   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)