Home | History | Annotate | Line # | Download | only in driver
syncptr.h revision 1.2.2.2
      1 /*	$NetBSD: syncptr.h,v 1.2.2.2 2018/09/06 06:54:15 pgoyette Exp $	*/
      2 
      3 /*
      4  * Sync PTR records
      5  *
      6  * Copyright (C) 2014-2015  Red Hat ; see COPYRIGHT for license
      7  */
      8 
      9 #ifndef SYNCPTR_H_
     10 #define SYNCPTR_H_
     11 
     12 #include <dns/diff.h>
     13 isc_result_t
     14 syncptrs(sample_instance_t *inst, dns_name_t *name, dns_rdataset_t *rdataset,
     15 	 dns_diffop_t op);
     16 
     17 #endif /* SYNCPTR_H_ */
     18