mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-27 03:51:16 -05:00
removed redundant declaration of dns_rdataclass_totext() from rdata.h;
it is declared in rdataclass.h
This commit is contained in:
parent
b4ecb028d9
commit
673ce7aebb
3 changed files with 5 additions and 6 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: rdata.h,v 1.46 2000/10/31 03:22:05 marka Exp $ */
|
||||
/* $Id: rdata.h,v 1.47 2000/11/09 19:33:48 gson Exp $ */
|
||||
|
||||
#ifndef DNS_RDATA_H
|
||||
#define DNS_RDATA_H 1
|
||||
|
|
@ -684,9 +684,6 @@ dns_rdata_covers(dns_rdata_t *rdata);
|
|||
* The type covered.
|
||||
*/
|
||||
|
||||
isc_result_t
|
||||
dns_rdataclass_totext(dns_rdataclass_t rdclass, isc_buffer_t *target);
|
||||
|
||||
ISC_LANG_ENDDECLS
|
||||
|
||||
#endif /* DNS_RDATA_H */
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: masterdump.c,v 1.35 2000/10/25 04:26:37 marka Exp $ */
|
||||
/* $Id: masterdump.c,v 1.36 2000/11/09 19:33:49 gson Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
|
|
@ -33,6 +33,7 @@
|
|||
#include <dns/log.h>
|
||||
#include <dns/masterdump.h>
|
||||
#include <dns/rdata.h>
|
||||
#include <dns/rdataclass.h>
|
||||
#include <dns/rdataset.h>
|
||||
#include <dns/rdatasetiter.h>
|
||||
#include <dns/rdatatype.h>
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: zone.c,v 1.248 2000/11/09 02:35:43 bwelling Exp $ */
|
||||
/* $Id: zone.c,v 1.249 2000/11/09 19:33:51 gson Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
|
|
@ -42,6 +42,7 @@
|
|||
#include <dns/name.h>
|
||||
#include <dns/peer.h>
|
||||
#include <dns/rcode.h>
|
||||
#include <dns/rdataclass.h>
|
||||
#include <dns/rdatalist.h>
|
||||
#include <dns/rdataset.h>
|
||||
#include <dns/rdatastruct.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue