doa_259.h revision 4ee1fbe056e812e661b856b4b448296331a40249
/*
* Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#ifndef GENERIC_DOA_259_H
#define GENERIC_DOA_259_H 1
typedef struct dns_rdata_doa {
unsigned char * mediatype;
unsigned char * data;
#endif /* GENERIC_DOA_259_H */