diff options
Diffstat (limited to 'src/html-error.h')
-rw-r--r-- | src/html-error.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html-error.h b/src/html-error.h index c133cef..bc9b7ce 100644 --- a/src/html-error.h +++ b/src/html-error.h @@ -33,7 +33,7 @@ extern int add_error_variable (struct conn_s *connptr, const char *key, const char *val); extern int send_html_file (FILE * infile, struct conn_s *connptr); extern int send_http_headers (struct conn_s *connptr, int code, - const char *message); + const char *message, const char *extra); extern int add_standard_vars (struct conn_s *connptr); #endif /* !TINYPROXY_HTML_ERROR_H */ |