diff options
Diffstat (limited to 'core/parse.c')
-rw-r--r-- | core/parse.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/parse.c b/core/parse.c index 3d71e0df1..5743be3c6 100644 --- a/core/parse.c +++ b/core/parse.c @@ -112,8 +112,6 @@ void nonmatch(const char *type, const char *name, char *buffer) type, name, buffer); } -typedef void (*matchfn_t)(char *buffer, void *); - int match(const char *pattern, int plen, const char *name, matchfn_t fn, char *buf, void *data) |