diff options
author | foobar <sniper@php.net> | 2001-08-07 19:24:21 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2001-08-07 19:24:21 +0000 |
commit | d7e1fe914a144dd2cc9c3ca07372f95ff9599b35 (patch) | |
tree | f2ccdd3dd7b3ffe93da465f1f3e60f31c94363d9 | |
parent | ac28ca9d8505cd06446b498d5f423949d4bb2b7b (diff) | |
download | php-git-d7e1fe914a144dd2cc9c3ca07372f95ff9599b35.tar.gz |
Killed compile warnings.
-rw-r--r-- | ext/xslt/php_xslt.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/xslt/php_xslt.h b/ext/xslt/php_xslt.h index 1426aab9b2..73ef3ee18c 100644 --- a/ext/xslt/php_xslt.h +++ b/ext/xslt/php_xslt.h @@ -55,6 +55,9 @@ extern void xslt_call_function(char *, zval *, int, zval **, zval **); extern void xslt_debug(char *, char *, ...); +extern void xslt_make_array(zval **zarr, char ***carr); +extern void xslt_free_array(char **arr); + #endif #endif |