summaryrefslogtreecommitdiff
path: root/ext/spl/spl_engine.c
diff options
context:
space:
mode:
authorFrank M. Kromann <fmk@php.net>2006-03-14 18:07:51 +0000
committerFrank M. Kromann <fmk@php.net>2006-03-14 18:07:51 +0000
commitc6b8c26cdf46c3fae9b492c6a487951ae5e0b014 (patch)
tree20e1d86cbf23e1241db84bc747208652240f8da5 /ext/spl/spl_engine.c
parent829642a0b733a57b83f25ef99a9fa6893877599d (diff)
downloadphp-git-c6b8c26cdf46c3fae9b492c6a487951ae5e0b014.tar.gz
Fix Win32 compilation.
Diffstat (limited to 'ext/spl/spl_engine.c')
-rwxr-xr-xext/spl/spl_engine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/spl_engine.c b/ext/spl/spl_engine.c
index 5e09f2b495..dcc9af3c61 100755
--- a/ext/spl/spl_engine.c
+++ b/ext/spl/spl_engine.c
@@ -32,7 +32,7 @@
#include "spl_array.h"
/* {{{ spl_instantiate */
-void spl_instantiate(zend_class_entry *pce, zval **object, int alloc TSRMLS_DC)
+PHPAPI void spl_instantiate(zend_class_entry *pce, zval **object, int alloc TSRMLS_DC)
{
if (alloc) {
ALLOC_ZVAL(*object);