diff options
Diffstat (limited to 'ext/xslt/php_xslt.h')
-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 |