From: Marcus Boerger Date: Tue, 20 Jan 2004 20:16:30 +0000 (+0000) Subject: Fix a warning X-Git-Tag: php_ibase_before_split~73 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe03687b001ba62daf61a034b4aca0592626fae4;p=php Fix a warning --- diff --git a/ext/spl/spl_sxe.h b/ext/spl/spl_sxe.h index 5310b46f01..1b4accc56a 100755 --- a/ext/spl/spl_sxe.h +++ b/ext/spl/spl_sxe.h @@ -24,7 +24,7 @@ extern zend_class_entry *spl_ce_SimpleXMLIterator; -ZEND_API PHP_MINIT_FUNCTION(spl_sxe); +SPL_API PHP_MINIT_FUNCTION(spl_sxe); #endif /* SPL_SXE_H */