From 603b62fdb533561521c0f04c35a089901e36c612 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Thu, 25 Jan 2018 09:33:24 +0000 Subject: [PATCH] add semicolon at end of line. git-svn-id: file:///svn/unbound/trunk@4450 be551aaa-1e26-0410-a405-d3ace91eadb9 --- contrib/unbound.so.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);