mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
comment updates
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: compress.h,v 1.23 2001/01/04 19:25:59 bwelling Exp $ */
|
/* $Id: compress.h,v 1.24 2001/01/06 00:35:30 bwelling Exp $ */
|
||||||
|
|
||||||
#ifndef DNS_COMPRESS_H
|
#ifndef DNS_COMPRESS_H
|
||||||
#define DNS_COMPRESS_H 1
|
#define DNS_COMPRESS_H 1
|
||||||
@@ -160,13 +160,17 @@ void
|
|||||||
dns_compress_add(dns_compress_t *cctx, dns_name_t *name, dns_name_t *prefix,
|
dns_compress_add(dns_compress_t *cctx, dns_name_t *name, dns_name_t *prefix,
|
||||||
isc_uint16_t offset);
|
isc_uint16_t offset);
|
||||||
/*
|
/*
|
||||||
* Add compression pointers for name to the compression table,
|
* Add compression pointers for 'name' to the compression table,
|
||||||
* not replacing existing pointers.
|
* not replacing existing pointers.
|
||||||
*
|
*
|
||||||
* Requires:
|
* Requires:
|
||||||
* 'cctx' initialized
|
* 'cctx' initialized
|
||||||
|
*
|
||||||
* 'name' must be initialized and absolute, and must remain
|
* 'name' must be initialized and absolute, and must remain
|
||||||
* valid until the message compression is complete.
|
* valid until the message compression is complete.
|
||||||
|
*
|
||||||
|
* 'prefix' must be a prefix returned by
|
||||||
|
* dns_compress_findglobal().
|
||||||
*/
|
*/
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Reference in New Issue
Block a user