Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
8d17f549
Commit
8d17f549
authored
Jan 16, 1999
by
Bob Halley
Browse files
add comments
parent
35534222
Changes
2
Hide whitespace changes
Inline
Side-by-side
lib/dns/include/dns/rdata.h
View file @
8d17f549
...
...
@@ -291,7 +291,6 @@ dns_result_t dns_rdata_fromtext(dns_rdata_t *rdata,
*/
dns_result_t
dns_rdata_totext
(
dns_rdata_t
*
rdata
,
dns_name_t
*
origin
,
isc_buffer_t
*
target
);
/*
* Convert 'rdata' into text format, storing the result in 'target'.
...
...
@@ -300,6 +299,9 @@ dns_result_t dns_rdata_totext(dns_rdata_t *rdata,
* If 'origin' is not NULL, then any names in the rdata that are
* subdomains of 'origin' will be made relative it.
*
* XXX Do we *really* want to support 'origin'? I'm inclined towards "no"
* at the moment.
*
* Requires:
*
* 'rdata' is a valid, non-empty rdata
...
...
lib/dns/include/dns/rdataset.h
View file @
8d17f549
...
...
@@ -191,6 +191,8 @@ dns_rdataset_totext(dns_rdataset_t *rdataset,
* Notes:
* The rdata cursor position will be changed.
*
* XXX may need to add 'origin' parameter if we go with that in rdata.
*
* Requires:
* 'rdataset' is a valid rdataset.
*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment