From 848e51fda588059b870ace887fb47bb758e9fda1 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Tue, 5 Dec 2000 13:04:05 +0000 Subject: [PATCH] Expose all timeout functions --- Zend/zend_execute.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Zend/zend_execute.h b/Zend/zend_execute.h index 68ca747b76..6a5680d1fc 100644 --- a/Zend/zend_execute.h +++ b/Zend/zend_execute.h @@ -139,8 +139,8 @@ ZEND_API char *zend_get_executed_filename(ELS_D); ZEND_API uint zend_get_executed_lineno(ELS_D); ZEND_API zend_bool zend_is_executing(void); -void zend_set_timeout(long seconds); -void zend_unset_timeout(void); +ZEND_API void zend_set_timeout(long seconds); +ZEND_API void zend_unset_timeout(void); ZEND_API void zend_timeout(int dummy); #ifdef ZEND_WIN32 -- 2.40.0