aboutsummaryrefslogtreecommitdiff
path: root/httpd.h
diff options
context:
space:
mode:
authorReyk Floeter <reyk@esdenera.com>2014-07-14 20:02:43 +0200
committerReyk Floeter <reyk@esdenera.com>2014-07-14 20:02:43 +0200
commit788c33498ec649d73a73a8f65f73878a34e5d313 (patch)
treee1be34777901bfa12e296598f0ee05399da1a40e /httpd.h
parent96f89aa8441368158f5b347b90c13e1acbfdd149 (diff)
downloadhttpd-788c33498ec649d73a73a8f65f73878a34e5d313.tar.gz
httpd-788c33498ec649d73a73a8f65f73878a34e5d313.zip
sync
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 *);