diff options
Diffstat (limited to 'lib/bind/include/isc/ctl.h')
-rw-r--r-- | lib/bind/include/isc/ctl.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/bind/include/isc/ctl.h b/lib/bind/include/isc/ctl.h index 663a084b..dab5a0e4 100644 --- a/lib/bind/include/isc/ctl.h +++ b/lib/bind/include/isc/ctl.h @@ -19,7 +19,7 @@ */ /* - * $Id: ctl.h,v 1.1.2.1 2002/07/11 23:32:30 marka Exp $ + * $Id: ctl.h,v 1.1.2.2 2003/06/27 03:51:38 marka Exp $ */ #include <sys/types.h> @@ -42,11 +42,11 @@ struct ctl_verb; enum ctl_severity { ctl_debug, ctl_warning, ctl_error }; -typedef void (*ctl_logfunc)(enum ctl_severity, const char *fmt, ...); +typedef void (*ctl_logfunc)(enum ctl_severity, const char *, ...); typedef void (*ctl_verbfunc)(struct ctl_sctx *, struct ctl_sess *, - const struct ctl_verb *, const char *rest, - u_int respflags, const void *respctx, void *uctx); + const struct ctl_verb *, const char *, + u_int, const void *, void *); typedef void (*ctl_srvrdone)(struct ctl_sctx *, struct ctl_sess *, void *); |