diff --git a/contrib/unbound.so.conf b/contrib/unbound.so.conf index e6cf159bd..3b78fca7f 100644 --- a/contrib/unbound.so.conf +++ b/contrib/unbound.so.conf @@ -7,7 +7,7 @@ typedef ub_nxdomain = enum(name_exists, nxdomain); typedef ub_secure = enum(not_secure, secure); typedef ub_bogus = enum(not_bogus, bogus); typedef ub_result = struct(string, ub_type, ub_class, array(void*,zero)*, array(int,zero)*, string, ub_rcode, void*, int, ub_havedata, ub_nxdomain, ub_secure, ub_bogus, string, int); -typedef ub_ctx = void +typedef ub_ctx = void; ub_ctx* ub_ctx_create(void); void ub_ctx_delete(ub_ctx*); int ub_ctx_set_option(ub_ctx*, string, string);