summaryrefslogtreecommitdiff
path: root/ext/opcache/zend_accelerator_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/opcache/zend_accelerator_debug.h')
-rw-r--r--ext/opcache/zend_accelerator_debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/opcache/zend_accelerator_debug.h b/ext/opcache/zend_accelerator_debug.h
index 234d0367de..61456096d1 100644
--- a/ext/opcache/zend_accelerator_debug.h
+++ b/ext/opcache/zend_accelerator_debug.h
@@ -29,5 +29,6 @@
#define ACCEL_LOG_DEBUG 4
void zend_accel_error(int type, const char *format, ...) ZEND_ATTRIBUTE_FORMAT(printf, 2, 3);
+ZEND_NORETURN void zend_accel_error_noreturn(int type, const char *format, ...) ZEND_ATTRIBUTE_FORMAT(printf, 2, 3);
#endif /* _ZEND_ACCELERATOR_DEBUG_H */