result.h revision 0c27b3fe77ac1d5094ba3521e8142d9e7973133f
/*
* Copyright (C) 1998-2001, 2003-2009, 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$ */
#ifndef ISC_RESULT_H
#define ISC_RESULT_H 1
#define ISC_R_SUCCESS 0 /*%< success */
/*% Not a result code: the number of results. */
#define ISC_R_NRESULTS 64
const char *
/*%<
* Convert an isc_result_t into a string message describing the result.
*/
const char *
/*%<
* Convert an isc_result_t into a string identifier such as
* "ISC_R_SUCCESS".
*/
#endif /* ISC_RESULT_H */