mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
Patch applied from David Hubbard.
git-svn-id: file:///svn/unbound/trunk@1918 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
cffd76e6e4
commit
44a28f4343
2 changed files with 4 additions and 5 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
|
23 November 2009: Wouter
|
||||||
|
- Patch from David Hubbard for libunbound manual page.
|
||||||
|
|
||||||
20 November 2009: Wouter
|
20 November 2009: Wouter
|
||||||
- contrib/split-itar.sh contributed by Tom Hendrikx.
|
- contrib/split-itar.sh contributed by Tom Hendrikx.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -100,9 +100,7 @@
|
||||||
\fIint\fR
|
\fIint\fR
|
||||||
\fBub_resolve\fR(\fIstruct ub_ctx*\fR ctx, \fIchar*\fR name,
|
\fBub_resolve\fR(\fIstruct ub_ctx*\fR ctx, \fIchar*\fR name,
|
||||||
.br
|
.br
|
||||||
\fIint\fR rrtype, \fIint\fR rrclass, \fIint*\fR secure,
|
\fIint\fR rrtype, \fIint\fR rrclass, \fIstruct ub_result**\fR result);
|
||||||
.br
|
|
||||||
\fIint*\fR data, \fIstruct ub_result**\fR result);
|
|
||||||
.LP
|
.LP
|
||||||
\fIint\fR
|
\fIint\fR
|
||||||
\fBub_resolve_async\fR(\fIstruct ub_ctx*\fR ctx, \fIchar*\fR name,
|
\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.
|
Perform resolution and validation of the target name.
|
||||||
The name is a domain name in a zero terminated text string.
|
The name is a domain name in a zero terminated text string.
|
||||||
The rrtype and rrclass are DNS type and class codes.
|
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.
|
The result structure is newly allocated with the resulting data.
|
||||||
.TP
|
.TP
|
||||||
.B ub_resolve_async
|
.B ub_resolve_async
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue