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

Comparing Daodan/src/Inifile_Reader.h (file contents):
Revision 993 by alloc, Sun Apr 6 17:06:02 2014 UTC vs.
Revision 994 by alloc, Mon Apr 7 10:33:27 2014 UTC

# Line 3 | Line 3
3  
4   #include "stdint.h"
5  
6 < typedef void (*inifile_callback)(char* section, char* name, char* value);
6 > typedef void (*inifile_callback)(const char* section, const char* name, const char* value);
7  
8 < bool Inifile_Read(const char* filename, inifile_callback callback);
8 > bool Inifile_Read(const char* filename, const inifile_callback callback);
9  
10   #endif

Diff Legend

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