diff options
author | Sascha Schumann <sas@php.net> | 2010-08-17 12:14:52 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2010-08-17 12:14:52 +0000 |
commit | 0cbc4a08a161aa0290fc7bb1dcffbffda127b3b8 (patch) | |
tree | 81fa001afb4e54edc7c6d4e34df44a0eab374334 /Zend/zend_exceptions.h | |
parent | ac73c9d8b41a6d862b2719109d33e551b7a9b83d (diff) | |
download | php-git-0cbc4a08a161aa0290fc7bb1dcffbffda127b3b8.tar.gz |
align declaration with definition
(patch by kalle)
Diffstat (limited to 'Zend/zend_exceptions.h')
-rw-r--r-- | Zend/zend_exceptions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_exceptions.h b/Zend/zend_exceptions.h index 3c4db722e2..f69e696fd8 100644 --- a/Zend/zend_exceptions.h +++ b/Zend/zend_exceptions.h @@ -30,7 +30,7 @@ ZEND_API void zend_exception_set_previous(zval *exception, zval *add_previous TS ZEND_API void zend_exception_save(TSRMLS_D); ZEND_API void zend_exception_restore(TSRMLS_D); -void zend_throw_exception_internal(zval *exception TSRMLS_DC); +ZEND_API void zend_throw_exception_internal(zval *exception TSRMLS_DC); void zend_register_default_exception(TSRMLS_D); |