|
|
@ -26,6 +26,7 @@ typedef struct f2b_filter_t { |
|
|
|
f2b_filter_t * f2b_filter_create (f2b_config_section_t *config, const char *id); |
|
|
|
f2b_filter_t * f2b_filter_create (f2b_config_section_t *config, const char *id); |
|
|
|
void f2b_filter_destroy(f2b_filter_t *b); |
|
|
|
void f2b_filter_destroy(f2b_filter_t *b); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bool f2b_filter_append(f2b_filter_t *b, const char *pattern); |
|
|
|
bool f2b_filter_match(f2b_filter_t *b, const char *line, char *buf, size_t buf_size); |
|
|
|
bool f2b_filter_match(f2b_filter_t *b, const char *line, char *buf, size_t buf_size); |
|
|
|
const char * f2b_filter_error(f2b_filter_t *b); |
|
|
|
const char * f2b_filter_error(f2b_filter_t *b); |
|
|
|
|
|
|
|
|
|
|
|