Changeset 5477:fb77465af534 for charset.h
Legend:
- Unmodified
- Added
- Removed
-
charset.h
r4963 r5477 57 57 #define M_ICONV_HOOK_FROM 1 /* apply charset-hooks to fromcode */ 58 58 59 /* Check if given character set is valid (either officially assigned or 60 * known to local iconv implementation). If strict is non-zero, check 61 * against iconv only. Returns 0 if known and negative otherwise. 62 */ 63 int mutt_check_charset (const char *s, int strict); 64 59 65 #endif /* _CHARSET_H */
