mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-21 14:17:27 -04:00
Incomplete declaration.
This commit is contained in:
parent
90adbb5f1c
commit
f2db7ea9b8
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@
|
|||
#define T_ARG(n) (*(av + (n)))
|
||||
|
||||
|
||||
typedef void (*PFV)();
|
||||
typedef void (*PFV)(void);
|
||||
|
||||
typedef struct {
|
||||
PFV pfv;
|
||||
|
|
|
|||
Loading…
Reference in a new issue