summaryrefslogtreecommitdiff
path: root/src/response.h
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2019-11-18 20:15:26 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2020-07-08 18:08:51 -0400
commit2495177131c3b77f1df9ab5efbf1686ad70ab5b0 (patch)
tree0afa769190e1af00e5425abe169445be7860cc59 /src/response.h
parent9339b73e0a68438d21ddff89b71c48d5d6081550 (diff)
downloadlighttpd-git-2495177131c3b77f1df9ab5efbf1686ad70ab5b0.tar.gz
[core] gw_backend config_plugin_values_init_block
switch gw_backend.c to use config_plugin_values_init_block()
Diffstat (limited to 'src/response.h')
-rw-r--r--src/response.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/response.h b/src/response.h
index 3e3fa369..6f4938a8 100644
--- a/src/response.h
+++ b/src/response.h
@@ -14,8 +14,8 @@ int http_response_write_header(server *srv, connection *con);
typedef struct http_cgi_opts_t {
int authorizer;
int break_scriptfilename_for_php;
- buffer *docroot;
- buffer *strip_request_uri;
+ const buffer *docroot;
+ const buffer *strip_request_uri;
} http_cgi_opts;
enum {