From: foobar Date: Tue, 7 Aug 2001 19:24:21 +0000 (+0000) Subject: Killed compile warnings. X-Git-Tag: BEFORE_PARAM_PARSING_CHANGE~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d7e1fe914a144dd2cc9c3ca07372f95ff9599b35;p=php Killed compile warnings. --- 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