summaryrefslogtreecommitdiff
path: root/ext/xslt/php_xslt.h
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2001-04-26 02:12:07 +0000
committerSterling Hughes <sterling@php.net>2001-04-26 02:12:07 +0000
commit9c8780c809755736b854ce4d57e985601bf5ca15 (patch)
treef4af49d669f707665aae7b202d7b1b3cbb802223 /ext/xslt/php_xslt.h
parentad138d77dbcf1950926b3e20bc7622c2dc666e55 (diff)
downloadphp-git-9c8780c809755736b854ce4d57e985601bf5ca15.tar.gz
Add a free function to free the returned structure.
Diffstat (limited to 'ext/xslt/php_xslt.h')
-rw-r--r--ext/xslt/php_xslt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/xslt/php_xslt.h b/ext/xslt/php_xslt.h
index 3825cb88d3..3575804425 100644
--- a/ext/xslt/php_xslt.h
+++ b/ext/xslt/php_xslt.h
@@ -46,6 +46,7 @@ typedef struct {
} xslt_args;
extern xslt_args *parse_xslt_arguments(char *, char *, char *, char **);
+extern void free_xslt_arguments(xslt_args *to_free);
extern void assign_xslt_handler(struct xslt_function **, zval **);
extern void free_xslt_handler(struct xslt_function *);