util.h revision debd489a44363870f96f75818e89ec27d3cab736
7d32c065c7bb56f281651ae3dd2888f32ce4f1d9Bob Halley * Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC")
1ccbfca64ae86ace521053773001cb995352f96fBob Halley * Permission to use, copy, modify, and/or distribute this software for any
1ccbfca64ae86ace521053773001cb995352f96fBob Halley * purpose with or without fee is hereby granted, provided that the above
1ccbfca64ae86ace521053773001cb995352f96fBob Halley * copyright notice and this permission notice appear in all copies.
15a44745412679c30a6d022733925af70a38b715David Lawrence * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
15a44745412679c30a6d022733925af70a38b715David Lawrence * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
15a44745412679c30a6d022733925af70a38b715David Lawrence * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
15a44745412679c30a6d022733925af70a38b715David Lawrence * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
15a44745412679c30a6d022733925af70a38b715David Lawrence * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
15a44745412679c30a6d022733925af70a38b715David Lawrence * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
15a44745412679c30a6d022733925af70a38b715David Lawrence * PERFORMANCE OF THIS SOFTWARE.
1ccbfca64ae86ace521053773001cb995352f96fBob Halley/* $Id: util.h,v 1.4 2009/09/29 15:06:05 fdupont Exp $ */
62837b832f6a9999976d607eb0a9125bbbbb138bBob Halley fatal("%s: %s", name, isc_result_totext(result)); \
a6733246eafeb43755ce6d7ec3627ac4209cbccbMark Andrewsnotify(const char *fmt, ...) ISC_FORMAT_PRINTF(1, 2);
62837b832f6a9999976d607eb0a9125bbbbb138bBob HalleyISC_FORMAT_PRINTF(1, 2) ISC_PLATFORM_NORETURN_POST;
62837b832f6a9999976d607eb0a9125bbbbb138bBob Halley#endif /* RNDC_UTIL_H */