CLeanup: remove duplicate typedef

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-12-17 10:25:30 -08:00
parent 6b80b41c7c
commit edf569ee6c

View file

@ -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)