failures.h revision be0185d71b19869700ac936fa9d09fb4ce950ae3
1d5e52e398381873081455ad99edec945038eec0Timo Sirainen/* Default exit status codes that we could use. */
1d5e52e398381873081455ad99edec945038eec0Timo Sirainen FATAL_LOGWRITE = 81, /* Can't write to log file */
1d5e52e398381873081455ad99edec945038eec0Timo Sirainen FATAL_LOGERROR = 82, /* Internal logging error */
const char *, va_list);
extern const char *failure_log_type_prefixes[];
#ifndef __cplusplus
void i_set_failure_internal(void);
void failures_deinit(void);