2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

removed redundant declaration of dns_rdataclass_totext() from rdata.h;

it is declared in rdataclass.h
This commit is contained in:
Andreas Gustafsson
2000-11-09 19:33:51 +00:00
parent b4ecb028d9
commit 673ce7aebb
3 changed files with 5 additions and 6 deletions

View File

@@ -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>