blob: 2f9b3a6ecace8237845f08469b94a3f9c1cbef45 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/*
* Sync PTR records
*
* Copyright (C) 2014-2015 Red Hat ; see COPYRIGHT for license
*/
#ifndef SYNCPTR_H_
#define SYNCPTR_H_
#include <dns/diff.h>
isc_result_t
syncptrs(sample_instance_t *inst, dns_name_t *name, dns_rdataset_t *rdataset,
dns_diffop_t op);
#endif /* SYNCPTR_H_ */
|