diff options
author | Sebastian Bergmann <sebastian@php.net> | 2005-08-12 14:08:28 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2005-08-12 14:08:28 +0000 |
commit | 52b001cc05fa1fb085aca9189a108d7029e9c463 (patch) | |
tree | 0d5070c5f24f817647ed245fd6af4409498f3431 /ext/simplexml/php_simplexml.h | |
parent | 3aad9e2048217f0161f6a9fb50ac334f44d8fcc1 (diff) | |
download | php-git-52b001cc05fa1fb085aca9189a108d7029e9c463.tar.gz |
ZTS fixes.
Diffstat (limited to 'ext/simplexml/php_simplexml.h')
-rw-r--r-- | ext/simplexml/php_simplexml.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/simplexml/php_simplexml.h b/ext/simplexml/php_simplexml.h index 5a1da0f8f4..fbfe827443 100644 --- a/ext/simplexml/php_simplexml.h +++ b/ext/simplexml/php_simplexml.h @@ -79,7 +79,7 @@ typedef struct { #define SIMPLEXML_G(v) (simplexml_globals.v) #endif -ZEND_API zend_class_entry *sxe_get_element_class_entry(); +ZEND_API zend_class_entry *sxe_get_element_class_entry(TSRMLS_D); #endif |