/*
* Copyright (C) 2009, 2016 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/.
*/
/* $Id: hip_55.h,v 1.2 2009/02/26 06:09:19 marka Exp $ */
#ifndef GENERIC_HIP_5_H
/* RFC 5205 */
typedef struct dns_rdata_hip {
unsigned char * hit;
unsigned char * key;
unsigned char * servers;
/* Private */
void
#endif /* GENERIC_HIP_5_H */