diff options
Diffstat (limited to 'ext/xslt/php_xslt.h')
-rw-r--r-- | ext/xslt/php_xslt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xslt/php_xslt.h b/ext/xslt/php_xslt.h index c94ea4a744..bc2b88edd8 100644 --- a/ext/xslt/php_xslt.h +++ b/ext/xslt/php_xslt.h @@ -50,7 +50,7 @@ extern void xslt_free_arguments(xslt_args *); extern void xslt_assign_handler(struct xslt_function **, zval **); extern void xslt_free_handler(struct xslt_function *); -extern void xslt_call_function(char *, struct xslt_function *, int, zval **, zval **); +extern void xslt_call_function(char *, zval *, int, zval **, zval **); extern void xslt_debug(char *, char *, ...); |