Changeset 169:6fc502d29d89 for charset.h
Legend:
- Unmodified
- Added
- Removed
-
charset.h
r153 r169 20 20 #define _CHARSET_H 21 21 22 typedef int UNICODE_MAP[128]; 22 #define CHARSET_MAGIC "Mutt Character Set Definition 1.1\n" 23 24 #ifndef _GEN_CHARSETS 25 26 typedef int UNICODE_MAP[256]; 23 27 24 28 typedef struct … … 27 31 UNICODE_MAP *map; 28 32 } CHARSET; 29 30 #define CHARSET_MAGIC "Mutt Character Set Definition 1.0\n"31 32 #ifndef _GEN_CHARSETS33 33 34 34 CHARSET *mutt_get_charset(const char *);
