diff options
author | foobar <sniper@php.net> | 2001-05-28 21:06:50 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2001-05-28 21:06:50 +0000 |
commit | 3e7754c51e9fa2d727d543f28b47e4f3e31b98a4 (patch) | |
tree | bca071ad99a80a8bff67fe9dafc2e702f44f8769 /ext/xslt/php_xslt.h | |
parent | 0404618712f7a802e87af17e1c540ac856e4d1f4 (diff) | |
download | php-git-3e7754c51e9fa2d727d543f28b47e4f3e31b98a4.tar.gz |
Make this compile. Killed one compile warning.
# I still get a lot warnings when compiling sablot.c
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 *, ...); |