diff options
author | Wez Furlong <wez@php.net> | 2003-12-22 13:09:15 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2003-12-22 13:09:15 +0000 |
commit | 273c19334b4230deefef4c1b3fc311c497d5d660 (patch) | |
tree | 7e5c17e7aa2c5c421da75f1355f7ed168a9f8a87 /Zend/zend_API.h | |
parent | d756e1db2324c1f4ab6f9b52e329959ce6a02bc3 (diff) | |
download | php-git-273c19334b4230deefef4c1b3fc311c497d5d660.tar.gz |
export these symbols for use by SPL as a shared extension
Diffstat (limited to 'Zend/zend_API.h')
-rw-r--r-- | Zend/zend_API.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/zend_API.h b/Zend/zend_API.h index a52ee0bfa4..67818b860a 100644 --- a/Zend/zend_API.h +++ b/Zend/zend_API.h @@ -157,8 +157,8 @@ ZEND_API int zend_parse_method_parameters_ex(int flags, int num_args TSRMLS_DC, /* End of parameter parsing API -- andrei */ -int zend_register_functions(zend_class_entry *scope, zend_function_entry *functions, HashTable *function_table, int type TSRMLS_DC); -void zend_unregister_functions(zend_function_entry *functions, int count, HashTable *function_table TSRMLS_DC); +ZEND_API int zend_register_functions(zend_class_entry *scope, zend_function_entry *functions, HashTable *function_table, int type TSRMLS_DC); +ZEND_API void zend_unregister_functions(zend_function_entry *functions, int count, HashTable *function_table TSRMLS_DC); ZEND_API int zend_register_module(zend_module_entry *module_entry); ZEND_API zend_class_entry *zend_register_internal_class(zend_class_entry *class_entry TSRMLS_DC); |