summaryrefslogtreecommitdiff
path: root/ext/spl/spl_sxe.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-01-20 20:16:30 +0000
committerMarcus Boerger <helly@php.net>2004-01-20 20:16:30 +0000
commitfe03687b001ba62daf61a034b4aca0592626fae4 (patch)
treea3c963d15d8db82717b8ebe8f6b8aff7ec95cddb /ext/spl/spl_sxe.h
parentb0320c6032c4be07b8f0766c658d6c18bd657674 (diff)
downloadphp-git-fe03687b001ba62daf61a034b4aca0592626fae4.tar.gz
Fix a warning
Diffstat (limited to 'ext/spl/spl_sxe.h')
-rwxr-xr-xext/spl/spl_sxe.h2
1 files changed, 1 insertions, 1 deletions
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 */