Better type checking on function callback.
This commit is contained in:
parent
43ea6e2bec
commit
9e93eb642b
|
@ -93,7 +93,7 @@ void hash_stat(void)
|
||||||
print("End hash table tally\n");
|
print("End hash table tally\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
void idfappfun(int (*fun)(), int opt)
|
void idfappfun(int (*fun)(struct idf *, int), int opt)
|
||||||
{
|
{
|
||||||
register int i;
|
register int i;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue