summaryrefslogtreecommitdiff
path: root/Zend/zend_API.h
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2000-02-03 18:51:33 +0000
committerAndrei Zmievski <andrei@php.net>2000-02-03 18:51:33 +0000
commite0628436f3ae6c0dbb2422ceced596e9fc1fe47a (patch)
tree8e612a027c6b6237b7ebad4fd8cc988e72031dfd /Zend/zend_API.h
parenta6869f23337133228a7829fb1a28c4acff9e3998 (diff)
downloadphp-git-e0628436f3ae6c0dbb2422ceced596e9fc1fe47a.tar.gz
*** empty log message ***
Diffstat (limited to 'Zend/zend_API.h')
-rw-r--r--Zend/zend_API.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_API.h b/Zend/zend_API.h
index 019361b322..29eef8fdb5 100644
--- a/Zend/zend_API.h
+++ b/Zend/zend_API.h
@@ -88,7 +88,7 @@ ZEND_API void wrong_param_count(void);
#define DLEXPORT
#endif
-int zend_startup_module(zend_module_entry *module);
+ZEND_API int zend_startup_module(zend_module_entry *module);
ZEND_API int array_init(zval *arg);
ZEND_API int object_init(zval *arg);