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 692 by alloc, Thu Mar 7 17:26:13 2013 UTC vs.
Revision 993 by alloc, Sun Apr 6 17:06:02 2014 UTC

# Line 3 | Line 3
3  
4   #include "stdint.h"
5  
6 < enum {
7 <        inifile_cantread = -20
8 < };
6 > typedef void (*inifile_callback)(char* section, char* name, char* value);
7  
8 < typedef bool (*inifile_callback)(char* section, bool newsection, char* name, char* value);
11 <
12 < char* inifile_cleanstr(char* str);
13 < int64_t inifile_parseint(const char* str, bool issigned);
14 < bool inifile_read(const char* filename, inifile_callback callback);
8 > bool Inifile_Read(const char* filename, inifile_callback callback);
9  
10   #endif

Diff Legend

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