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