summaryrefslogtreecommitdiff
path: root/ext/simplexml/sxe.h
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-03-23 18:33:37 +0100
committerAnatol Belski <ab@php.net>2015-03-23 18:33:37 +0100
commit88b2a2d40594bb9924eaaae123a5833a0ba36033 (patch)
tree81e56f03bb8e55900a02fcadafa2439eb7f642cb /ext/simplexml/sxe.h
parent4dc69709e2a7e8bd933e8a8bfd7ee5a6d9715d63 (diff)
downloadphp-git-88b2a2d40594bb9924eaaae123a5833a0ba36033.tar.gz
export useful symbols from ext/simplexml
Diffstat (limited to 'ext/simplexml/sxe.h')
-rw-r--r--ext/simplexml/sxe.h3
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);