CLeanup: remove duplicate typedef
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6b80b41c7c
commit
edf569ee6c
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user