(mu_charset_lookup): New function.
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -124,6 +124,8 @@ extern int mu_string_unfold __P((char *text, size_t *plen)); | ... | @@ -124,6 +124,8 @@ extern int mu_string_unfold __P((char *text, size_t *plen)); |
124 | extern int munre_set_regex __P((char *str, int caseflag, char **errp)); | 124 | extern int munre_set_regex __P((char *str, int caseflag, char **errp)); |
125 | extern int munre_subject __P((const char *subject, const char **new_subject)); | 125 | extern int munre_subject __P((const char *subject, const char **new_subject)); |
126 | 126 | ||
127 | extern char *mu_charset_lookup __P((char *lang, char *terr)); | ||
128 | |||
127 | #ifdef __cplusplus | 129 | #ifdef __cplusplus |
128 | } | 130 | } |
129 | #endif | 131 | #endif | ... | ... |
-
Please register or sign in to post a comment