summaryrefslogtreecommitdiff
path: root/Zend/zend_exceptions.h
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2010-08-17 12:14:52 +0000
committerSascha Schumann <sas@php.net>2010-08-17 12:14:52 +0000
commit0cbc4a08a161aa0290fc7bb1dcffbffda127b3b8 (patch)
tree81fa001afb4e54edc7c6d4e34df44a0eab374334 /Zend/zend_exceptions.h
parentac73c9d8b41a6d862b2719109d33e551b7a9b83d (diff)
downloadphp-git-0cbc4a08a161aa0290fc7bb1dcffbffda127b3b8.tar.gz
align declaration with definition
(patch by kalle)
Diffstat (limited to 'Zend/zend_exceptions.h')
-rw-r--r--Zend/zend_exceptions.h2
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);