| File src/utils/matcher.h changed (mode: 100644) (index a531d93f9..d6622026c) |
| ... |
... |
matcher_t * matcher_alloc(const char expr[], int cs_by_def, int glob_by_def, |
| 41 |
41 |
* comma-separated list of globs. Works as matcher_alloc() otherwise. */ |
* comma-separated list of globs. Works as matcher_alloc() otherwise. */ |
| 42 |
42 |
matcher_t * matcher_alloc_glob(const char expr[], char **error); |
matcher_t * matcher_alloc_glob(const char expr[], char **error); |
| 43 |
43 |
|
|
| 44 |
|
/* Makes a copy of existing matcher. Returns the clone, or NULL on error. */ |
|
|
44 |
|
/* Makes a copy of an existing matcher. Returns the clone, or NULL on error. */ |
| 45 |
45 |
matcher_t * matcher_clone(const matcher_t *matcher); |
matcher_t * matcher_clone(const matcher_t *matcher); |
| 46 |
46 |
|
|
| 47 |
47 |
/* Frees all resources allocated by the matcher. matcher can be NULL. */ |
/* Frees all resources allocated by the matcher. matcher can be NULL. */ |