]> granicus.if.org Git - php/commitdiff
Fix a warning
authorMarcus Boerger <helly@php.net>
Tue, 20 Jan 2004 20:16:30 +0000 (20:16 +0000)
committerMarcus Boerger <helly@php.net>
Tue, 20 Jan 2004 20:16:30 +0000 (20:16 +0000)
ext/spl/spl_sxe.h

index 5310b46f01792d7da36b5936c1d3482717f75186..1b4accc56a2bf6a53b428b6a26b263fec7d8c358 100755 (executable)
@@ -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 */