summaryrefslogtreecommitdiffstats
path: root/bin/tests/system/dyndb/driver/zone.h
blob: a8626919418ab73ca61c0f06158b061046bddbda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright (C) 2014-2015  Red Hat ; see COPYRIGHT for license
 */

#ifndef ZONE_H_
#define ZONE_H_

isc_result_t
create_zone(sample_instance_t * const inst, dns_name_t * const name,
	    dns_zone_t ** const rawp);

isc_result_t
activate_zone(sample_instance_t *inst, dns_zone_t *raw);

#endif /* ZONE_H_ */