From: Jelte Jansen Date: Thu, 11 Aug 2005 10:45:10 +0000 (+0000) Subject: ghe X-Git-Tag: release-1.0.0~305 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79602db2a9b77fc9dcab53246f44d2eaf3957e5b;p=thirdparty%2Fldns.git ghe --- diff --git a/ldns/zone.h b/ldns/zone.h index 82222433..70f8e03f 100644 --- a/ldns/zone.h +++ b/ldns/zone.h @@ -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 */