00001
00002
00003
00004
00005 #ifndef GLOBALS_H_INCLUDED
00006 #define GLOBALS_H_INCLUDED
00007
00008 #include "typedefs.h"
00009
00011 namespace miniini_private
00012 {
00013
00015 extern c comment;
00016
00018 extern c namevalsep;
00019
00021
00024 extern c linesep[3];
00025
00026 }
00028
00030
00038 bool INISetComment(const char comment_char);
00039
00041
00050 bool INISetSeparator(const char sep);
00051 #endif