From: Zeev Suraski Date: Tue, 14 Aug 2001 22:57:09 +0000 (+0000) Subject: improve typedef definition X-Git-Tag: php-4.0.7RC1~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2cf25894a85c0e6ad63e1cd32660f5cb2861ddad;p=php improve typedef definition --- diff --git a/main/SAPI.h b/main/SAPI.h index d1e8a3de19..dbc8c90dca 100644 --- a/main/SAPI.h +++ b/main/SAPI.h @@ -100,7 +100,7 @@ typedef struct { } sapi_request_info; -typedef struct { +typedef struct _sapi_globals_struct { void *server_context; sapi_request_info request_info; sapi_headers_struct sapi_headers;