improve typedef definition

This commit is contained in:
Zeev Suraski 2001-08-14 22:57:09 +00:00
parent d400f78079
commit 2cf25894a8

View 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;