summaryrefslogtreecommitdiff
path: root/Zend/zend_API.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-05-09 12:24:21 +0000
committerZeev Suraski <zeev@php.net>1999-05-09 12:24:21 +0000
commitbfbe86187e594ac1cc67518b4f1fc54e1cbacba8 (patch)
treee7314292a3c0bef1e1befbd7eda32f4dd02375d2 /Zend/zend_API.h
parentbc415d5a8883bbe5b15c12e9a30f916c8010204a (diff)
downloadphp-git-bfbe86187e594ac1cc67518b4f1fc54e1cbacba8.tar.gz
Almost forgot to commit those
Diffstat (limited to 'Zend/zend_API.h')
-rw-r--r--Zend/zend_API.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Zend/zend_API.h b/Zend/zend_API.h
index ddc17f8807..8df14d2a04 100644
--- a/Zend/zend_API.h
+++ b/Zend/zend_API.h
@@ -41,7 +41,8 @@ ZEND_API int ParameterPassedByReference(int ht, uint n);
int zend_register_functions(zend_function_entry *functions);
void zend_unregister_functions(zend_function_entry *functions, int count);
ZEND_API int zend_register_module(zend_module_entry *module_entry);
-zend_class_entry *register_internal_class(zend_class_entry *class_entry);
+ZEND_API zend_class_entry *register_internal_class(zend_class_entry *class_entry);
+ZEND_API zend_module_entry *zend_get_module(int module_number);
ZEND_API void wrong_param_count(void);