mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 22:45:39 +00:00
include isc/formatcheck.h
This commit is contained in:
@@ -20,6 +20,7 @@
|
|||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
||||||
|
#include <isc/formatcheck.h>
|
||||||
#include <isc/lang.h>
|
#include <isc/lang.h>
|
||||||
|
|
||||||
ISC_LANG_BEGINDECLS
|
ISC_LANG_BEGINDECLS
|
||||||
@@ -28,12 +29,18 @@ typedef void (*isc_errorcallback_t)(const char *, int, const char *, va_list);
|
|||||||
|
|
||||||
void
|
void
|
||||||
isc_error_setunexpected(isc_errorcallback_t);
|
isc_error_setunexpected(isc_errorcallback_t);
|
||||||
|
|
||||||
void
|
void
|
||||||
isc_error_setfatal(isc_errorcallback_t);
|
isc_error_setfatal(isc_errorcallback_t);
|
||||||
|
|
||||||
void
|
void
|
||||||
isc_error_unexpected(const char *, int, const char *, ...);
|
isc_error_unexpected(const char *, int, const char *, ...)
|
||||||
|
ISC_FORMAT_PRINTF(3, 4);
|
||||||
|
|
||||||
void
|
void
|
||||||
isc_error_fatal(const char *, int, const char *, ...);
|
isc_error_fatal(const char *, int, const char *, ...)
|
||||||
|
ISC_FORMAT_PRINTF(3, 4);
|
||||||
|
|
||||||
void
|
void
|
||||||
isc_error_runtimecheck(const char *, int, const char *);
|
isc_error_runtimecheck(const char *, int, const char *);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user