/*
* Copyright (C) 1999-2001, 2004-2008, 2012, 2014, 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: result.h,v 1.9 2008/04/01 23:47:10 tbox Exp $ */
#ifndef DST_RESULT_H
#include <isc/resultclass.h>
/*
* DST result codes are considered to be publicly derived from
* the ISC result codes, so including this file buys you the ISC_R_
* namespace too.
*/
/* compat */
/* 6 is unused */
/* 9 is unused */
/* 10 is unused */
/* 12 is unused */
/* 13 is unused */
const char *
void
dst_result_register(void);
#endif /* DST_RESULT_H */