]> granicus.if.org Git - php/commitdiff
Add missing declaration
authorMarcus Boerger <helly@php.net>
Thu, 10 Jun 2004 12:32:09 +0000 (12:32 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 10 Jun 2004 12:32:09 +0000 (12:32 +0000)
Zend/zend_API.h

index 11be8f70af48b5af92aa36557c0103885724cc6e..353b9385a48e949fe33735055d0266010690ddd9 100644 (file)
@@ -167,6 +167,7 @@ ZEND_API int zend_parse_method_parameters_ex(int flags, int num_args 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 int zend_register_module_ex(zend_module_entry *module TSRMLS_DC);
 
 ZEND_API zend_class_entry *zend_register_internal_class(zend_class_entry *class_entry TSRMLS_DC);
 ZEND_API zend_class_entry *zend_register_internal_class_ex(zend_class_entry *class_entry, zend_class_entry *parent_ce, char *parent_name TSRMLS_DC);