Cross Reference: syncptr.h
xref
: /
bind-9.11.3
/
bin
/
tests
/
system
/
staticstub
/
conf
/
bad11.conf
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
syncptr.h revision a00f9e2f50675bd43cc6a9fe2669709162a2ccb4
/*
* 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_ */