mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 15:05:23 +00:00
Incomplete declaration.
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
#define T_ARG(n) (*(av + (n)))
|
#define T_ARG(n) (*(av + (n)))
|
||||||
|
|
||||||
|
|
||||||
typedef void (*PFV)();
|
typedef void (*PFV)(void);
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
PFV pfv;
|
PFV pfv;
|
||||||
|
Reference in New Issue
Block a user