]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Patch applied from David Hubbard.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 23 Nov 2009 11:01:10 +0000 (11:01 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 23 Nov 2009 11:01:10 +0000 (11:01 +0000)
git-svn-id: file:///svn/unbound/trunk@1918 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
doc/libunbound.3.in

index 9b39e0124bbf67e4f63b5b0a56ac49af5a9714d4..506f2c985ee064847476dc589ccea6995f262c03 100644 (file)
@@ -1,3 +1,6 @@
+23 November 2009: Wouter
+       - Patch from David Hubbard for libunbound manual page.
+
 20 November 2009: Wouter
        - contrib/split-itar.sh contributed by Tom Hendrikx.
 
index 8fa67afb0f79e77139dc90a8f4d0feb37935c612..1adfb73171bc914bf19a65b3d1c0200126d09092 100644 (file)
 \fIint\fR
 \fBub_resolve\fR(\fIstruct ub_ctx*\fR ctx, \fIchar*\fR name, 
 .br
-           \fIint\fR rrtype, \fIint\fR rrclass, \fIint*\fR secure, 
-.br
-           \fIint*\fR data, \fIstruct ub_result**\fR result);
+           \fIint\fR rrtype, \fIint\fR rrclass, \fIstruct ub_result**\fR result);
 .LP
 \fIint\fR
 \fBub_resolve_async\fR(\fIstruct ub_ctx*\fR ctx, \fIchar*\fR name, 
@@ -283,8 +281,6 @@ Will perform necessary callbacks.
 Perform resolution and validation of the target name.
 The name is a domain name in a zero terminated text string.
 The rrtype and rrclass are DNS type and class codes.
-The value secure returns true if the answer validated securely.
-The value data returns true if there was data.
 The result structure is newly allocated with the resulting data.
 .TP
 .B ub_resolve_async