diff options
-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 31e6872ab8..1983eda47d 100644 --- a/main/SAPI.h +++ b/main/SAPI.h @@ -64,7 +64,7 @@ typedef struct { const char *request_method; char *query_string; char *post_data; - const char *cookie_data; + char *cookie_data; long content_length; uint post_data_length; |