]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
doxygen
authorJelte Jansen <jeltejan@NLnetLabs.nl>
Thu, 11 Aug 2005 10:18:42 +0000 (10:18 +0000)
committerJelte Jansen <jeltejan@NLnetLabs.nl>
Thu, 11 Aug 2005 10:18:42 +0000 (10:18 +0000)
ldns/zone.h

index 306d3381425fec3d5cd126a0cbe437295faf9cee..822224339a060a36fdbb7b4a15026c6c741e8aee 100644 (file)
@@ -98,12 +98,14 @@ ldns_zone_new_frm_fp(FILE *fp, ldns_rdf *origin, uint16_t ttl, ldns_rr_class c);
 
 /**
  * Frees the allocated memory for the zone, and the rr_list structure in it
+ * \param[in] zone the zone to free
  */
 void ldns_zone_free(ldns_zone *zone);
 
 /**
  * Frees the allocated memory for the zone, the soa rr in it, 
  * and the rr_list structure in it, including the rr's in that. etc.
+ * \param[in] zone the zone to free
  */
 void ldns_zone_free(ldns_zone *zone);