5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews/*
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * Copyright (C) 1998-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence *
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * This Source Code Form is subject to the terms of the Mozilla Public
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * License, v. 2.0. If a copy of the MPL was not distributed with this
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * file, You can obtain one at http://mozilla.org/MPL/2.0/.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews */
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein/* */
4be63b1fd8c18dbeca1648d6cf22fa14f057a469David Lawrence#ifndef GENERIC_PROFORMA_H
4be63b1fd8c18dbeca1648d6cf22fa14f057a469David Lawrence#define GENERIC_PROFORMA_H 1
4be63b1fd8c18dbeca1648d6cf22fa14f057a469David Lawrence
70e5a7403f0e0a3bd292b8287c5fed5772c15270Automatic Updater/* $Id: proforma.h,v 1.23 2007/06/19 23:47:17 tbox Exp $ */
f7b99290c31abeb20c55fc55391510450ce60423Mark Andrews
94a3bcd132e515b4baa0884ba9dd0f361d2e17bcMark Andrewstypedef struct dns_rdata_# {
94a3bcd132e515b4baa0884ba9dd0f361d2e17bcMark Andrews dns_rdatacommon_t common;
94a3bcd132e515b4baa0884ba9dd0f361d2e17bcMark Andrews isc_mem_t *mctx; /* if required */
94a3bcd132e515b4baa0884ba9dd0f361d2e17bcMark Andrews /* type & class specific elements */
94a3bcd132e515b4baa0884ba9dd0f361d2e17bcMark Andrews} dns_rdata_#_t;
4be63b1fd8c18dbeca1648d6cf22fa14f057a469David Lawrence
4be63b1fd8c18dbeca1648d6cf22fa14f057a469David Lawrence#endif /* GENERIC_PROFORMA_H */