(mu_charset_lookup): New function.
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -123,6 +123,8 @@ extern int mu_string_unfold __P((char *text, size_t *plen)); | ... | @@ -123,6 +123,8 @@ extern int mu_string_unfold __P((char *text, size_t *plen)); |
123 | 123 | ||
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 | |||
127 | extern char *mu_charset_lookup __P((char *lang, char *terr)); | ||
126 | 128 | ||
127 | #ifdef __cplusplus | 129 | #ifdef __cplusplus |
128 | } | 130 | } | ... | ... |
-
Please register or sign in to post a comment