aboutsummaryrefslogtreecommitdiffhomepage
path: root/util/error_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/error_util.h')
-rw-r--r--util/error_util.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/util/error_util.h b/util/error_util.h
index bb158220..17c8727d 100644
--- a/util/error_util.h
+++ b/util/error_util.h
@@ -23,14 +23,16 @@
#include <talloc.h>
+#include "function-attributes.h"
+
/* There's no point in continuing when we've detected that we've done
* something wrong internally (as opposed to the user passing in a
* bogus value).
*
* Note that PRINTF_ATTRIBUTE comes from talloc.h
*/
-int
-_internal_error (const char *format, ...) PRINTF_ATTRIBUTE (1, 2);
+void
+_internal_error (const char *format, ...) PRINTF_ATTRIBUTE (1, 2) NORETURN_ATTRIBUTE;
/* There's no point in continuing when we've detected that we've done
* something wrong internally (as opposed to the user passing in a