mirror of
https://github.com/php/php-src.git
synced 2024-11-26 11:23:47 +08:00
improve typedef definition
This commit is contained in:
parent
d400f78079
commit
2cf25894a8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user