talink_58.h revision 1.4
1/*	$NetBSD: talink_58.h,v 1.4 2021/02/19 16:42:17 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 https://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 * http://www.iana.org/assignments/dns-parameters/TALINK/talink-completed-template
16 */
17
18#ifndef GENERIC_TALINK_58_H
19#define GENERIC_TALINK_58_H 1
20
21typedef struct dns_rdata_talink {
22	dns_rdatacommon_t common;
23	isc_mem_t *mctx;
24	dns_name_t prev;
25	dns_name_t next;
26} dns_rdata_talink_t;
27
28#endif /* GENERIC_TALINK_58_H */
29