summaryrefslogtreecommitdiff
path: root/ext/sablot/php_sablot.h
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2000-09-05 01:12:10 +0000
committerSterling Hughes <sterling@php.net>2000-09-05 01:12:10 +0000
commit6d53c1677583c328d41b719bb99e03a2bb5220e2 (patch)
treeb4c5073e1b3e445ab580c9274985767962f36d00 /ext/sablot/php_sablot.h
parentfd3a436bd37f8a4e18a81bc038117f3b9d134198 (diff)
downloadphp-git-6d53c1677583c328d41b719bb99e03a2bb5220e2.tar.gz
Add:
Support for multiple processors (re-using the old one). Support for basic functions when a processor is in use.
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..05beedca5f 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 processor;
} php_sablot_globals;