]> granicus.if.org Git - php/commitdiff
Build fix.
authorSebastian Bergmann <sebastian@php.net>
Mon, 3 Feb 2003 09:42:53 +0000 (09:42 +0000)
committerSebastian Bergmann <sebastian@php.net>
Mon, 3 Feb 2003 09:42:53 +0000 (09:42 +0000)
Zend/zend_API.h

index d870f82cfcdb1e1d6c13fab66a63f7ae446ef124..1b162e7b64fb37a0ec5077dec22fa434cabf5042 100644 (file)
@@ -123,7 +123,7 @@ ZEND_API int zend_parse_parameters(int num_args TSRMLS_DC, char *type_spec, ...)
 ZEND_API int zend_parse_parameters_ex(int flags, int num_args TSRMLS_DC, char *type_spec, ...);
 ZEND_API char *zend_zval_type_name(zval *arg);
 
-ZEND_API int zend_parse_method_parameters(int num_args TSRMLS_DC, zval *this_ptr, char *type_spec, zend_class_entry *ce, void **object, ...);
+ZEND_API int zend_parse_method_parameters(int num_args TSRMLS_DC, zval *this_ptr, char *type_spec, zend_class_entry *ce, zval **object, ...);
 ZEND_API int zend_parse_method_parameters_ex(int flags, int num_args TSRMLS_DC, zval *this_ptr, char *type_spec, zend_class_entry *ce, void **object, ...);
 
 /* End of parameter parsing API -- andrei */