34 #ifndef SIGNER_ZONELIST_H
35 #define SIGNER_ZONELIST_H
41 #include <ldns/ldns.h>
78 const char* name, ldns_rr_class klass);
enum ods_enum_status ods_status
zone_type * zonelist_add_zone(zonelist_type *zlist, zone_type *zone)
zone_type * zonelist_del_zone(zonelist_type *zlist, zone_type *zone)
allocator_type * allocator
zone_type * zonelist_lookup_zone_by_name(zonelist_type *zonelist, const char *name, ldns_rr_class klass)
void zonelist_cleanup(zonelist_type *zl)
ods_status zonelist_update(zonelist_type *zl, const char *zlfile)
void zonelist_free(zonelist_type *zl)
zonelist_type * zonelist_create(allocator_type *allocator)