From d7e1fe914a144dd2cc9c3ca07372f95ff9599b35 Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 7 Aug 2001 19:24:21 +0000 Subject: [PATCH] Killed compile warnings. --- ext/xslt/php_xslt.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.50.1