diff options
Diffstat (limited to 'contrib/libunbound.so.conf')
| -rw-r--r-- | contrib/libunbound.so.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/libunbound.so.conf b/contrib/libunbound.so.conf index 3b78fca7f378..7cf26fee492e 100644 --- a/contrib/libunbound.so.conf +++ b/contrib/libunbound.so.conf @@ -14,6 +14,7 @@ int ub_ctx_set_option(ub_ctx*, string, string); int ub_ctx_get_option(ub_ctx*, string, +string*); int ub_ctx_config(ub_ctx*, string); int ub_ctx_set_fwd(ub_ctx*, string); +int ub_ctx_set_tls(ub_ctx*, bool(int)); int ub_ctx_set_stub(ub_ctx*, string, string, bool(int)); int ub_ctx_resolvconf(ub_ctx*, string); int ub_ctx_hosts(ub_ctx*, string); |
