diff options
author | Anatol Belski <ab@php.net> | 2015-03-23 18:33:37 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-03-23 18:33:37 +0100 |
commit | 88b2a2d40594bb9924eaaae123a5833a0ba36033 (patch) | |
tree | 81e56f03bb8e55900a02fcadafa2439eb7f642cb /ext/simplexml/sxe.h | |
parent | 4dc69709e2a7e8bd933e8a8bfd7ee5a6d9715d63 (diff) | |
download | php-git-88b2a2d40594bb9924eaaae123a5833a0ba36033.tar.gz |
export useful symbols from ext/simplexml
Diffstat (limited to 'ext/simplexml/sxe.h')
-rw-r--r-- | ext/simplexml/sxe.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/simplexml/sxe.h b/ext/simplexml/sxe.h index 992d1ffc37..78967313d1 100644 --- a/ext/simplexml/sxe.h +++ b/ext/simplexml/sxe.h @@ -23,7 +23,8 @@ #include "php.h" -extern zend_class_entry *ce_SimpleXMLIterator; +extern PHP_SXE_API zend_class_entry *ce_SimpleXMLIterator; +extern PHP_SXE_API zend_class_entry *ce_SimpleXMLElement; PHP_MINIT_FUNCTION(sxe); |