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

index 822224339a060a36fdbb7b4a15026c6c741e8aee..70f8e03f37f85032c8868824a36942056ac3aecd 100644 (file)
@@ -107,7 +107,7 @@ void ldns_zone_free(ldns_zone *zone);
  * 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);
+void ldns_zone_deep_free(ldns_zone *zone);
 
 
 #endif /* LDNS_ZONE_H */