fix build

This commit is contained in:
Antony Dovgal 2007-09-28 05:32:07 +00:00
parent f964370a35
commit d07a8a6b64

View File

@ -22,7 +22,7 @@
#define XSL_FE_H
extern const zend_function_entry php_xsl_xsltprocessor_class_functions[];
extern const zend_class_entry *xsl_xsltprocessor_class_entry;
extern zend_class_entry *xsl_xsltprocessor_class_entry;
PHP_FUNCTION(xsl_xsltprocessor_import_stylesheet);
PHP_FUNCTION(xsl_xsltprocessor_transform_to_doc);