diff options
Diffstat (limited to 'Zend/zend.h')
-rw-r--r-- | Zend/zend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend.h b/Zend/zend.h index 449cdeda8d..60b88f11e9 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -284,7 +284,7 @@ extern ZEND_API void (*zend_block_interruptions)(void); extern ZEND_API void (*zend_unblock_interruptions)(void); extern ZEND_API void (*zend_message_dispatcher)(long message, void *data); extern ZEND_API int (*zend_get_ini_entry)(char *name, uint name_length, zval *contents); -extern void (*zend_ticks_function)(int ticks); +extern ZEND_API void (*zend_ticks_function)(int ticks); void zenderror(char *error); |