summaryrefslogtreecommitdiff
path: root/src/response.h
diff options
context:
space:
mode:
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__