2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

Incomplete declaration.

This commit is contained in:
Mark Andrews
1999-10-29 13:14:49 +00:00
parent 90adbb5f1c
commit f2db7ea9b8

View File

@@ -51,7 +51,7 @@
#define T_ARG(n) (*(av + (n)))
typedef void (*PFV)();
typedef void (*PFV)(void);
typedef struct {
PFV pfv;