aboutsummaryrefslogtreecommitdiff
path: root/httpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'httpd.h')
-rw-r--r--httpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpd.h b/httpd.h
index 3834e80..bd24c43 100644
--- a/httpd.h
+++ b/httpd.h
@@ -398,7 +398,7 @@ int server_writeheader_http(struct client *);
int server_writeresponse_http(struct client *);
int server_response_http(struct client *, u_int, struct media_type *,
size_t);
-void server_reset_http(struct client *);
+void server_reset_http(struct client *, int);
void server_close_http(struct client *);
int server_response(struct httpd *, struct client *);