diff options
author | Marcus Boerger <helly@php.net> | 2004-01-20 20:16:30 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2004-01-20 20:16:30 +0000 |
commit | fe03687b001ba62daf61a034b4aca0592626fae4 (patch) | |
tree | a3c963d15d8db82717b8ebe8f6b8aff7ec95cddb /ext/spl/spl_sxe.h | |
parent | b0320c6032c4be07b8f0766c658d6c18bd657674 (diff) | |
download | php-git-fe03687b001ba62daf61a034b4aca0592626fae4.tar.gz |
Fix a warning
Diffstat (limited to 'ext/spl/spl_sxe.h')
-rwxr-xr-x | ext/spl/spl_sxe.h | 2 |
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 */ |