]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
correct prototype for glue function
authorJelte Jansen <jeltejan@NLnetLabs.nl>
Mon, 17 Oct 2005 14:26:08 +0000 (14:26 +0000)
committerJelte Jansen <jeltejan@NLnetLabs.nl>
Mon, 17 Oct 2005 14:26:08 +0000 (14:26 +0000)
ldns/zone.h

index a9b5d6f3602c596c64c99b6e2ba6c942e4da75bc..7ae2e18be7f87edf30fada33ac7f5d58cd08b003 100644 (file)
@@ -92,12 +92,13 @@ bool ldns_zone_push_rr_list(ldns_zone *z, ldns_rr_list *list);
 bool ldns_zone_push_rr(ldns_zone *z, ldns_rr *rr);
 
 /**
- * find out if the rr is glue inside zone z
+ * Retrieve all resource records from the zone that are glue
+ * records. The resulting list does *not* contain clones from the rrs
+ *
  * \param[in] z the zone to look for glue
  * \return the rr_list with the glue
  */
-ldns_rr_list * ldns_zone_rr_list_is_glue(ldns_zone *z);
-
+ldns_rr_list *ldns_zone_glue_rr_list(ldns_zone *z);
 
 ldns_zone *
 ldns_zone_new_frm_fp(FILE *fp, ldns_rdf *origin, uint16_t ttl, ldns_rr_class c);