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

Comparing Daodan/src/inifile.h (file contents):
Revision 346 by rossy, Tue Jun 9 12:00:41 2009 UTC vs.
Revision 677 by alloc, Sat Mar 2 23:46:33 2013 UTC

# Line 2 | Line 2
2   #ifndef INIFILE_H
3   #define INIFILE_H
4  
5 < #include <stdbool.h>
5 > #include "bool.h"
6 > //#include <stdint.h>
7  
8   enum {inifile_cantread = -20};
9  
10   typedef bool (*inifile_callback)(char* section, bool newsection, char* name, char* value);
11  
12 < bool inifile_read(char* filename, inifile_callback callback);
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);
15  
16   #endif

Diff Legend

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