Deleted Added
sdiff udiff text old ( 276605 ) new ( 282089 )
full compact
1.TH "libunbound" "3" "Mar 10, 2015" "NLnet Labs" "unbound 1.5.3"
2.\"
3.\" libunbound.3 -- unbound library functions manual
4.\"
5.\" Copyright (c) 2007, NLnet Labs. All rights reserved.
6.\"
7.\" See LICENSE for the license.
8.\"
9.\"

--- 27 unchanged lines hidden (view full) ---

37.B ub_cancel,
38.B ub_resolve_free,
39.B ub_strerror,
40.B ub_ctx_print_local_zones,
41.B ub_ctx_zone_add,
42.B ub_ctx_zone_remove,
43.B ub_ctx_data_add,
44.B ub_ctx_data_remove
45\- Unbound DNS validating resolver 1.5.3 functions.
46.SH "SYNOPSIS"
47.B #include <unbound.h>
48.LP
49\fIstruct ub_ctx *\fR
50\fBub_ctx_create\fR(\fIvoid\fR);
51.LP
52\fIvoid\fR
53\fBub_ctx_delete\fR(\fIstruct ub_ctx*\fR ctx);

--- 345 unchanged lines hidden ---