Go to the documentation of this file.
27 #ifndef SIGNER_ZONELIST_H
28 #define SIGNER_ZONELIST_H
30 #include <ldns/ldns.h>
70 const char* name, ldns_rr_class klass);
81 ldns_rdf* dname, ldns_rr_class klass);
zonelist_type * zonelist_create(void)
zone_type * zonelist_lookup_zone_by_dname(zonelist_type *zonelist, ldns_rdf *dname, ldns_rr_class klass)
zone_type * zonelist_lookup_zone_by_name(zonelist_type *zonelist, const char *name, ldns_rr_class klass)
void zonelist_cleanup(zonelist_type *zl)
void zonelist_del_zone(zonelist_type *zlist, zone_type *zone)
void zonelist_free(zonelist_type *zl)
ods_status zonelist_update(zonelist_type *zl, const char *zlfile)
zone_type * zonelist_add_zone(zonelist_type *zl, zone_type *zone)