Skip to content

Commit 1606d0d

Browse files
authored
Update zend_max_execution_timer.h
1 parent 96ac2c4 commit 1606d0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Zend/zend_max_execution_timer.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,14 @@
1919

2020
# ifdef ZEND_MAX_EXECUTION_TIMERS
2121

22+
BEGIN_EXTERN_C()
2223
#include "zend_long.h"
2324

2425
/* Must be called after calls to fork() */
2526
ZEND_API void zend_max_execution_timer_init(void);
2627
void zend_max_execution_timer_settime(zend_long seconds);
2728
void zend_max_execution_timer_shutdown(void);
29+
END_EXTERN_C()
2830

2931
# else
3032

0 commit comments

Comments
 (0)