Commit 54464564 544645641a8a2dfb4cac336ae8f1153e6597f690 by Sergey Poznyakoff

(munre_set_regex,munre_subject): New functions.

1 parent dbcd32a0
......@@ -121,6 +121,9 @@ extern char *mu_strcasestr __P((const char *haystack, const char *needle));
extern int mu_string_unfold __P((char *text, size_t *plen));
extern int munre_set_regex __P((char *str, int caseflag, char **errp));
extern int munre_subject __P((const char *subject, const char **new_subject));
#ifdef __cplusplus
}
#endif
......