From b57dc275950b228f2399990471c4f22b7d154c6c Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Fri, 21 May 1999 10:06:25 +0000 Subject: - run ext sources through conv_proto - add necessary phpext_*_ptr --- ext/xml/php3_xml.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/xml/php3_xml.h') 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 -- cgit v1.2.1