24 #ifndef REGEXP_PARSER_H_INCLUDED
25 #define REGEXP_PARSER_H_INCLUDED
LogParser * regexp_parser_new(GlobalConfig *cfg)
Definition: regexp-parser.c:162
LogMatcherOptions * regexp_parser_get_matcher_options(LogParser *s)
Definition: regexp-parser.c:41
void regexp_parser_set_prefix(LogParser *s, const gchar *prefix)
Definition: regexp-parser.c:49
gboolean regexp_parser_compile(LogParser *s, GError **error)
Definition: regexp-parser.c:70
void regexp_parser_set_patterns(LogParser *s, GList *patterns)
Definition: regexp-parser.c:61
Definition: logmatcher.h:57
GlobalConfig * cfg
Definition: test_batched_ack_tracker.c:34