]> granicus.if.org Git - php/commitdiff
improve typedef definition
authorZeev Suraski <zeev@php.net>
Tue, 14 Aug 2001 22:57:09 +0000 (22:57 +0000)
committerZeev Suraski <zeev@php.net>
Tue, 14 Aug 2001 22:57:09 +0000 (22:57 +0000)
main/SAPI.h

index d1e8a3de1940607a33e8efef01aa774693908da5..dbc8c90dca9712df0040cb170136e51d3014e497 100644 (file)
@@ -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;