23#ifndef MUTT_CONFIG_REGEX2_H
24#define MUTT_CONFIG_REGEX2_H
struct Regex * regex_new(const char *str, uint32_t flags, struct Buffer *err)
Create an Regex from a string.
bool regex_equal(const struct Regex *a, const struct Regex *b)
Compare two regexes.
void regex_free(struct Regex **ptr)
Free a Regex object.
String manipulation buffer.
Cached regular expression.