summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2001-08-14 22:57:09 +0000
committerZeev Suraski <zeev@php.net>2001-08-14 22:57:09 +0000
commit2cf25894a85c0e6ad63e1cd32660f5cb2861ddad (patch)
tree4db36cb0d0479e820d91805d79a80101fcb081cb
parentd400f7807928cea319dfc506b6321319a4641e6c (diff)
downloadphp-git-2cf25894a85c0e6ad63e1cd32660f5cb2861ddad.tar.gz
improve typedef definition
-rw-r--r--main/SAPI.h2
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;