7 #ifndef __gammu_inifile_h     8 #define __gammu_inifile_h    95                                     const unsigned char *section,
   113                             const unsigned char *section,
   114                             const unsigned char *key, 
const gboolean Unicode);
   128         const unsigned char *section,
   129         const unsigned char *key,
   144         const unsigned char *section,
   145         const unsigned char *key,
 
gboolean GSM_StringToBool(const char *value)
 
void INI_Free(INI_Section *head)
 
unsigned char * EntryValue
 
GSM_Error INI_ReadFile(const char *FileName, gboolean Unicode, INI_Section **result)
 
INI_Entry * INI_FindLastSectionEntry(INI_Section *file_info, const unsigned char *section, const gboolean Unicode)
 
gboolean INI_GetBool(INI_Section *cfg, const unsigned char *section, const unsigned char *key, gboolean fallback)
 
unsigned char * INI_GetValue(INI_Section *file_info, const unsigned char *section, const unsigned char *key, const gboolean Unicode)
 
unsigned char * SectionName
 
int INI_GetInt(INI_Section *cfg, const unsigned char *section, const unsigned char *key, int fallback)
 
unsigned char * EntryName