summaryrefslogtreecommitdiff
path: root/Zend/zend_API.h
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2003-12-22 13:09:15 +0000
committerWez Furlong <wez@php.net>2003-12-22 13:09:15 +0000
commit273c19334b4230deefef4c1b3fc311c497d5d660 (patch)
tree7e5c17e7aa2c5c421da75f1355f7ed168a9f8a87 /Zend/zend_API.h
parentd756e1db2324c1f4ab6f9b52e329959ce6a02bc3 (diff)
downloadphp-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.h4
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);