|
|
@ -26,5 +26,6 @@ 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_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); |
|
|
|
|
|
|
|
|
|
|
|
#endif /* FILTER_H_ */ |
|
|
|
#endif /* FILTER_H_ */ |
|
|
|