[BACK]Return to minfo_14.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / mpl / bind / dist / lib / dns / rdata / generic

Annotation of src/external/mpl/bind/dist/lib/dns/rdata/generic/minfo_14.h, Revision 1.2.4.2

1.2.4.2 ! christos    1: /*     $NetBSD: minfo_14.h,v 1.2 2018/08/12 13:02:36 christos Exp $    */
        !             2:
        !             3: /*
        !             4:  * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
        !             5:  *
        !             6:  * This Source Code Form is subject to the terms of the Mozilla Public
        !             7:  * License, v. 2.0. If a copy of the MPL was not distributed with this
        !             8:  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
        !             9:  *
        !            10:  * See the COPYRIGHT file distributed with this work for additional
        !            11:  * information regarding copyright ownership.
        !            12:  */
        !            13:
        !            14: /* */
        !            15: #ifndef GENERIC_MINFO_14_H
        !            16: #define GENERIC_MINFO_14_H 1
        !            17:
        !            18:
        !            19: typedef struct dns_rdata_minfo {
        !            20:        dns_rdatacommon_t       common;
        !            21:        isc_mem_t               *mctx;
        !            22:        dns_name_t              rmailbox;
        !            23:        dns_name_t              emailbox;
        !            24: } dns_rdata_minfo_t;
        !            25:
        !            26: #endif /* GENERIC_MINFO_14_H */

CVSweb <webmaster@jp.NetBSD.org>