summaryrefslogtreecommitdiff
path: root/src/response.h
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2023-04-21 17:14:37 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2023-05-03 23:11:35 -0400
commita7b7010752066f0b24aec947e0870c2cea248a8d (patch)
tree7b96c93613c604591d7fa3708e4541fc3967232e /src/response.h
parent58080f3382cebeadcbbef582e3a1470569e09365 (diff)
downloadlighttpd-git-a7b7010752066f0b24aec947e0870c2cea248a8d.tar.gz
[core] h1.[ch] collect some HTTP/1.x specific code
Diffstat (limited to 'src/response.h')
-rw-r--r--src/response.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/response.h b/src/response.h
index eba48841..e9450515 100644
--- a/src/response.h
+++ b/src/response.h
@@ -77,7 +77,6 @@ void http_response_delay(connection *con);
__attribute_cold__
int http_response_omit_header(request_st *r, const data_string *ds);
-void http_response_write_header(request_st *r);
handler_t http_response_handler(request_st *r);
__attribute_cold__