summaryrefslogtreecommitdiff
path: root/ext/sablot/php_sablot.h
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2001-08-10 09:48:48 +0000
committerRasmus Lerdorf <rasmus@php.net>2001-08-10 09:48:48 +0000
commit05db76df86c5f4e44676a052720c7d05a490346f (patch)
tree361a568044a00a6e263e319d5cf0fb4aa01dec62 /ext/sablot/php_sablot.h
parenteee9187ecb6b54a3984c40653df63885d682b0be (diff)
downloadphp-git-05db76df86c5f4e44676a052720c7d05a490346f.tar.gz
Sablot extension cleanup - it compiles again now
Diffstat (limited to 'ext/sablot/php_sablot.h')
-rw-r--r--ext/sablot/php_sablot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sablot/php_sablot.h b/ext/sablot/php_sablot.h
index 38f3dc0ef7..f912944ac6 100644
--- a/ext/sablot/php_sablot.h
+++ b/ext/sablot/php_sablot.h
@@ -108,7 +108,7 @@ typedef struct {
/* Sablotron Globals */
-typedef struct {
+typedef struct _php_sablot_globals {
zval *errorHandler;
php_sablot_error *errors;
php_sablot_error errors_start;