summaryrefslogtreecommitdiff
path: root/ext/sablot/php_sablot.h
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2000-09-03 19:58:12 +0000
committerSterling Hughes <sterling@php.net>2000-09-03 19:58:12 +0000
commit6a5ee2a5389be8c4062564854224ead025a903fc (patch)
tree8c422739cb0451881686683d47797afcb8be0e97 /ext/sablot/php_sablot.h
parente47d4fe249f06068c26a0464b3e718f499502eaa (diff)
downloadphp-git-6a5ee2a5389be8c4062564854224ead025a903fc.tar.gz
If the user wants to use more than one handle reuse the old handle.
Diffstat (limited to 'ext/sablot/php_sablot.h')
-rw-r--r--ext/sablot/php_sablot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/sablot/php_sablot.h b/ext/sablot/php_sablot.h
index 1baca7bfa2..f0ec2d4735 100644
--- a/ext/sablot/php_sablot.h
+++ b/ext/sablot/php_sablot.h
@@ -80,6 +80,7 @@ typedef struct {
char *output_transform_file;
int le_sablot;
int last_errno;
+ int current_processor;
} php_sablot_globals;