summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2001-06-26 22:49:54 +0000
committerSterling Hughes <sterling@php.net>2001-06-26 22:49:54 +0000
commit540391326c098294504845153f2c43c49a2ea12a (patch)
tree0ba276996d657839e9d61797cce7ba43bfb4aa46
parentabd3b1543cec1bbda8692d145f13f74f14fa31bc (diff)
downloadphp-git-540391326c098294504845153f2c43c49a2ea12a.tar.gz
# leftovers
-rw-r--r--ext/xslt/php_sablot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/xslt/php_sablot.h b/ext/xslt/php_sablot.h
index f494fba848..9a967e38d7 100644
--- a/ext/xslt/php_sablot.h
+++ b/ext/xslt/php_sablot.h
@@ -97,6 +97,7 @@ struct xslt_processor {
struct xslt_log {
char *path;
int fd;
+ int do_log;
};
struct xslt_error {