aboutsummaryrefslogtreecommitdiff
path: root/libunbound/unbound-event.h
diff options
context:
space:
mode:
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.