]> granicus.if.org Git - php/commitdiff
There we go.
authorZeev Suraski <zeev@php.net>
Fri, 10 Aug 2001 12:45:58 +0000 (12:45 +0000)
committerZeev Suraski <zeev@php.net>
Fri, 10 Aug 2001 12:45:58 +0000 (12:45 +0000)
ext/sablot/php_sablot.h

index f912944ac67f0473915c4958c780f03194f778c5..45b28869ccab9a9e0b08349b0d99be3e55d7d5fc 100644 (file)
@@ -108,14 +108,14 @@ typedef struct {
 
 
 /* Sablotron Globals */
-typedef struct _php_sablot_globals {
+ZEND_BEGIN_MODULE_GLOBALS(sablot)
     zval *errorHandler;
     php_sablot_error *errors;
     php_sablot_error errors_start;
        char *output_transform_file; /* For output transformations */
        int last_errno;              /* Global last_errno, if no handle is found */
        SablotHandle processor;
-} php_sablot_globals;
+ZEND_END_MODULE_GLOBALS(sablot)
 
 
 #ifdef ZTS