(mu_unre_set_regex): First argument is const.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -122,7 +122,7 @@ extern char *mu_strcasestr (const char *haystack, const char *needle); | ... | @@ -122,7 +122,7 @@ extern char *mu_strcasestr (const char *haystack, const char *needle); |
122 | 122 | ||
123 | extern int mu_string_unfold (char *text, size_t *plen); | 123 | extern int mu_string_unfold (char *text, size_t *plen); |
124 | 124 | ||
125 | extern int mu_unre_set_regex (char *str, int caseflag, char **errp); | 125 | extern int mu_unre_set_regex (const char *str, int caseflag, char **errp); |
126 | extern int mu_unre_subject (const char *subject, const char **new_subject); | 126 | extern int mu_unre_subject (const char *subject, const char **new_subject); |
127 | 127 | ||
128 | extern char *mu_charset_lookup (char *lang, char *terr); | 128 | extern char *mu_charset_lookup (char *lang, char *terr); | ... | ... |
-
Please register or sign in to post a comment