diff options
Diffstat (limited to 'ext/simplexml/php_simplexml.h')
-rw-r--r-- | ext/simplexml/php_simplexml.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/simplexml/php_simplexml.h b/ext/simplexml/php_simplexml.h index 52615052a0..94b668aa92 100644 --- a/ext/simplexml/php_simplexml.h +++ b/ext/simplexml/php_simplexml.h @@ -80,6 +80,8 @@ typedef struct { #define SIMPLEXML_G(v) (simplexml_globals.v) #endif +PHP_API zend_class_entry *sxe_get_element_class_entry(); + #endif /* |