diff options
Diffstat (limited to 'util/ub_event.h')
-rw-r--r-- | util/ub_event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/ub_event.h b/util/ub_event.h index cb42e7a7d23b..9739e6d833ee 100644 --- a/util/ub_event.h +++ b/util/ub_event.h @@ -63,7 +63,7 @@ struct event_base; * daemon compile, and will be "pluggable-event<PACKAGE_VERSION>" for * libunbound. */ -const char* ub_event_get_version(); +const char* ub_event_get_version(void); /** Return the name, system and method for the pluggable event base */ void ub_get_event_sys(struct ub_event_base*, const char** n, const char** s, const char** m); |