diff options
author | Marcus Boerger <helly@php.net> | 2004-01-18 13:19:41 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2004-01-18 13:19:41 +0000 |
commit | 9d5ef0070f2311104de685a932e7c131fe3559ea (patch) | |
tree | db3a54b9d4038c5ab5837b7e54a66a29bc0e52f5 /ext/simplexml/php_simplexml.h | |
parent | 743a8301023cd9834c82d977846fe1678052f6ab (diff) | |
download | php-git-9d5ef0070f2311104de685a932e7c131fe3559ea.tar.gz |
Export access to class_entry by function.
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 /* |