mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-01 04:50:50 -05:00
improve dns_name_getlabelsequence() description.
This commit is contained in:
parent
c4dd6e6095
commit
caceb753df
1 changed files with 4 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: name.h,v 1.107.18.1 2004/07/22 00:16:36 marka Exp $ */
|
||||
/* $Id: name.h,v 1.107.18.2 2004/08/10 00:41:51 marka Exp $ */
|
||||
|
||||
#ifndef DNS_NAME_H
|
||||
#define DNS_NAME_H 1
|
||||
|
|
@ -573,6 +573,9 @@ dns_name_getlabelsequence(const dns_name_t *source, unsigned int first,
|
|||
* Notes:
|
||||
* Numbering starts at 0.
|
||||
*
|
||||
* Given "rc.vix.com.", the label 0 is "rc", and label 3 is the
|
||||
* root label.
|
||||
*
|
||||
* 'target' refers to the same memory as 'source', so 'source'
|
||||
* must not be changed while 'target' is still in use.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue