diff options
| author | Zeev Suraski <zeev@php.net> | 1999-05-09 12:24:21 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 1999-05-09 12:24:21 +0000 |
| commit | bfbe86187e594ac1cc67518b4f1fc54e1cbacba8 (patch) | |
| tree | e7314292a3c0bef1e1befbd7eda32f4dd02375d2 /Zend/zend_API.h | |
| parent | bc415d5a8883bbe5b15c12e9a30f916c8010204a (diff) | |
| download | php-git-bfbe86187e594ac1cc67518b4f1fc54e1cbacba8.tar.gz | |
Almost forgot to commit those
Diffstat (limited to 'Zend/zend_API.h')
| -rw-r--r-- | Zend/zend_API.h | 3 |
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); |
