diff options
author | David Viner <dviner@php.net> | 2002-10-04 23:06:10 +0000 |
---|---|---|
committer | David Viner <dviner@php.net> | 2002-10-04 23:06:10 +0000 |
commit | 4f98cc5a5516a4149bd7f2833873a62870623ff8 (patch) | |
tree | a75d97c1d36b792eccf3ad13ca7aea144c1bb251 /ext/xslt/php_xslt.h | |
parent | 1665272cee90202bf7641e87f77f21f19d8f2ff2 (diff) | |
download | php-git-4f98cc5a5516a4149bd7f2833873a62870623ff8.tar.gz |
adding the xslt_set_object function (as per discussion on php-dev and
the newly created sab-php@gingerall.cz)
--dviner
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 371765ed23..87a4938fd7 100644 --- a/ext/xslt/php_xslt.h +++ b/ext/xslt/php_xslt.h @@ -51,7 +51,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 *, zval *, int, zval **, zval **); +extern void xslt_call_function(char *, zval *, zval *, int, zval **, zval **); extern void xslt_debug(char *, char *, ...); |