diff options
author | Sascha Schumann <sas@php.net> | 1999-05-21 10:06:25 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-05-21 10:06:25 +0000 |
commit | b57dc275950b228f2399990471c4f22b7d154c6c (patch) | |
tree | a89fe99e356b218591b0b0b392862e0b9ddd4e7e /ext/xml/php3_xml.h | |
parent | 4fe8fe715e4347a4063a57e1a9fd6dc013ca9ee0 (diff) | |
download | php-git-b57dc275950b228f2399990471c4f22b7d154c6c.tar.gz |
- run ext sources through conv_proto
- add necessary phpext_*_ptr
Diffstat (limited to 'ext/xml/php3_xml.h')
-rw-r--r-- | ext/xml/php3_xml.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/xml/php3_xml.h b/ext/xml/php3_xml.h index 7daba59b88..df08100d0b 100644 --- a/ext/xml/php3_xml.h +++ b/ext/xml/php3_xml.h @@ -109,6 +109,8 @@ PHP_FUNCTION(utf8_decode); #endif /* HAVE_LIBEXPAT */ +#define phpext_xml_ptr xml_module_ptr + /* * Local variables: * tab-width: 4 |