project_files/frontlib/util/inihelper.h
changeset 7271 5608ac657362
parent 7227 1c859f572d72
child 7314 6171f0bad318
equal deleted inserted replaced
7269:5b0aeef8ba2a 7271:5608ac657362
    13 
    13 
    14 #define INI_ERROR_NOTFOUND -1
    14 #define INI_ERROR_NOTFOUND -1
    15 #define INI_ERROR_FORMAT -2
    15 #define INI_ERROR_FORMAT -2
    16 #define INI_ERROR_OTHER -100
    16 #define INI_ERROR_OTHER -100
    17 
    17 
    18 struct _flib_ini;
       
    19 typedef struct _flib_ini flib_ini;
    18 typedef struct _flib_ini flib_ini;
    20 
    19 
    21 /**
    20 /**
    22  * Create a new ini data structure, pre-filled with the contents of
    21  * Create a new ini data structure, pre-filled with the contents of
    23  * the file "filename" if it exists. If filename is null, or the file
    22  * the file "filename" if it exists. If filename is null, or the file