diff options
author | Zeev Suraski <zeev@php.net> | 2001-08-14 22:57:09 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2001-08-14 22:57:09 +0000 |
commit | 2cf25894a85c0e6ad63e1cd32660f5cb2861ddad (patch) | |
tree | 4db36cb0d0479e820d91805d79a80101fcb081cb | |
parent | d400f7807928cea319dfc506b6321319a4641e6c (diff) | |
download | php-git-2cf25894a85c0e6ad63e1cd32660f5cb2861ddad.tar.gz |
improve typedef definition
-rw-r--r-- | main/SAPI.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |