Browse Source

* rename var

master
Alex 'AdUser' Z 8 years ago
parent
commit
a715c29f4c
  1. 2
      src/filters/filter.h

2
src/filters/filter.h

@ -15,5 +15,5 @@ extern const char *error(cfg_t *c);
extern bool config(cfg_t *c, const char *key, const char *value);
extern bool append(cfg_t *c, const char *pattern);
extern bool ready(cfg_t *c);
extern bool match(cfg_t *c, const char *line, char *buf, size_t buf_size);
extern bool match(cfg_t *c, const char *line, char *buf, size_t bufsize);
extern void destroy(cfg_t *c);

Loading…
Cancel
Save