Home | History | Annotate | Line # | Download | only in driver
syncptr.h revision 1.3
      1 /*	$NetBSD: syncptr.h,v 1.3 2020/05/24 19:46:16 christos Exp $	*/
      2 
      3 /*
      4  * Sync PTR records
      5  *
      6  * Copyright (C) 2014-2015  Red Hat ; see COPYRIGHT for license
      7  */
      8 
      9 #pragma once
     10 
     11 #include <isc/result.h>
     12 
     13 #include <dns/diff.h>
     14 #include <dns/name.h>
     15 #include <dns/rdataset.h>
     16 
     17 #include "instance.h"
     18 
     19 isc_result_t
     20 syncptrs(sample_instance_t *inst, dns_name_t *name, dns_rdataset_t *rdataset,
     21 	 dns_diffop_t op);
     22