|
|
@ -29,5 +29,6 @@ void f2b_filter_destroy(f2b_filter_t *b); |
|
|
|
bool f2b_filter_append(f2b_filter_t *b, const char *pattern); |
|
|
|
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); |
|
|
|
|
|
|
|
void f2b_filter_stats (f2b_filter_t *b, char *res, size_t ressize); |
|
|
|
|
|
|
|
|
|
|
|
#endif /* F2B_FILTER_H_ */ |
|
|
|
#endif /* F2B_FILTER_H_ */ |
|
|
|