aboutsummaryrefslogtreecommitdiff
path: root/libunbound/unbound-event.h
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2018-09-10 16:32:55 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2018-09-10 16:32:55 +0000
commitdcaa814d350c5ee7deb2164502a24f2f698b9799 (patch)
tree9cb62373e6c424da021043a171564ced3bb19501 /libunbound/unbound-event.h
parent4aea2433fa04a7a86c8972869bd021b7a3622dc8 (diff)
downloadsrc-dcaa814d350c5ee7deb2164502a24f2f698b9799.tar.gz
src-dcaa814d350c5ee7deb2164502a24f2f698b9799.zip
Vendor import of Unbound 1.8.0.vendor/unbound/1.8.0
Notes
Notes: svn path=/vendor/unbound/dist/; revision=338566 svn path=/vendor/unbound/1.8.0/; revision=338567; tag=vendor/unbound/1.8.0
Diffstat (limited to 'libunbound/unbound-event.h')
-rw-r--r--libunbound/unbound-event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libunbound/unbound-event.h b/libunbound/unbound-event.h
index d5f0b1a36fe7..4d694b8b4c5d 100644
--- a/libunbound/unbound-event.h
+++ b/libunbound/unbound-event.h
@@ -170,7 +170,7 @@ struct ub_event {
struct ub_event_vmt* vmt;
};
-typedef void (*ub_event_callback_type)(void*, int, void*, int, int, char*);
+typedef void (*ub_event_callback_type)(void*, int, void*, int, int, char*, int);
/**
* Create a resolving and validation context.