diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2015-11-05 21:21:06 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2015-11-05 21:21:06 +0000 |
commit | 4b0994c5bf8295e6a924feb909e9c44c1ed16f14 (patch) | |
tree | 8edfc25cf187d0836b8505bedb3c29d2a98f8a13 /usr.sbin/nsd/xfrd-notify.h | |
parent | 0eed6022f865c7045bdb9372e1758d93a139d221 (diff) |
update to NSD 4.1.6, ok millert@ florian@
Diffstat (limited to 'usr.sbin/nsd/xfrd-notify.h')
-rw-r--r-- | usr.sbin/nsd/xfrd-notify.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/nsd/xfrd-notify.h b/usr.sbin/nsd/xfrd-notify.h index a4b7e088dbd..acda34308f3 100644 --- a/usr.sbin/nsd/xfrd-notify.h +++ b/usr.sbin/nsd/xfrd-notify.h @@ -73,7 +73,7 @@ void xfrd_del_notify(struct xfrd_state* xfrd, const dname_type* dname); void xfrd_send_notify(rbtree_t* tree, const struct dname* apex, struct xfrd_soa* new_soa); /* start notifications, if not started already (does not clobber SOA) */ -void xfrd_notify_start(struct notify_zone_t* zone); +void xfrd_notify_start(struct notify_zone_t* zone, struct xfrd_state* xfrd); /* handle soa update notify for a master zone. newsoa can be NULL. Makes sure that the soa (serial) has changed. Or drops notify. */ |