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.
.br
zone: the zone to free
ldns_zone_new_frm_fp()
Create a new zone from a file
.br
z: the new zone
.br
*fp: the filepointer to use
.br
*origin: the zones' origin
.br
ttl: default ttl to use
.br
c: default class to use (IN)
.br
Returns ldns_status mesg with an error or LDNS_STATUS_OK
ldns_zone_new_frm_fp_l()
Create a new zone from a file, keep track of the line numbering
.br
z: the new zone
.br
*fp: the filepointer to use
.br
*origin: the zones' origin
.br
ttl: default ttl to use
.br
c: default class to use (IN)
.br
line_nr: used for error msg, to get to the line number
.br
Returns ldns_status mesg with an error or LDNS_STATUS_OK
AUTHOR
The ldns team at NLnet Labs. Which consists out of
Jelte Jansen and Miek Gieben.