Skip to content

Commit 0cbc4a0

Browse files
author
Sascha Schumann
committed
align declaration with definition
(patch by kalle)
1 parent ac73c9d commit 0cbc4a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_exceptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ZEND_API void zend_exception_set_previous(zval *exception, zval *add_previous TS
3030
ZEND_API void zend_exception_save(TSRMLS_D);
3131
ZEND_API void zend_exception_restore(TSRMLS_D);
3232

33-
void zend_throw_exception_internal(zval *exception TSRMLS_DC);
33+
ZEND_API void zend_throw_exception_internal(zval *exception TSRMLS_DC);
3434

3535
void zend_register_default_exception(TSRMLS_D);
3636

0 commit comments

Comments
 (0)