1193640Sariff/*	$NetBSD: nsap-ptr_23.h,v 1.1 2024/02/18 20:57:46 christos Exp $	*/
2193640Sariff
3193640Sariff/*
4193640Sariff * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
5193640Sariff *
6193640Sariff * SPDX-License-Identifier: MPL-2.0
7193640Sariff *
8193640Sariff * This Source Code Form is subject to the terms of the Mozilla Public
9193640Sariff * License, v. 2.0. If a copy of the MPL was not distributed with this
10193640Sariff * file, you can obtain one at https://mozilla.org/MPL/2.0/.
11193640Sariff *
12193640Sariff * See the COPYRIGHT file distributed with this work for additional
13193640Sariff * information regarding copyright ownership.
14193640Sariff */
15193640Sariff
16193640Sariff#ifndef IN_1_NSAP_PTR_23_H
17193640Sariff#define IN_1_NSAP_PTR_23_H 1
18193640Sariff
19193640Sariff/*!
20193640Sariff *  \brief Per RFC1348.  Obsoleted in RFC 1706 - use PTR instead. */
21193640Sariff
22193640Sarifftypedef struct dns_rdata_in_nsap_ptr {
23193640Sariff	dns_rdatacommon_t common;
24193640Sariff	isc_mem_t *mctx;
25193640Sariff	dns_name_t owner;
26193640Sariff} dns_rdata_in_nsap_ptr_t;
27193640Sariff
28193640Sariff#endif /* IN_1_NSAP_PTR_23_H */
29193640Sariff