- Global GSM_DecodeVCARD (GSM_Debug_Info *di, char *Buffer, size_t *Pos, GSM_MemoryEntry *Pbk, const GSM_VCardVersion Version)
- We should avoid using static buffers here.
- Global INI_FindLastSectionEntry (INI_Section *file_info, const unsigned char *section, const gboolean Unicode)
- Unicode should be part of file_info.
- Global INI_GetValue (INI_Section *file_info, const unsigned char *section, const unsigned char *key, const gboolean Unicode)
- Unicode should be part of file_info.
- Global N71_65_DecodePhonebook (GSM_StateMachine *s, GSM_MemoryEntry *entry, GSM_Bitmap *bitmap, GSM_SpeedDial *speed, unsigned char *MessageBuffer, int MessageLength, gboolean DayMonthReverse)
- Type casting MemoryType to int is ugly.