summaryrefslogtreecommitdiffhomepage
path: root/src/html-error.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-08-07 08:44:47 +0200
committerMichael Adam <obnox@samba.org>2009-08-07 08:44:47 +0200
commit20b606b6f5c05314e7005bdf2208c24e0bb41d2c (patch)
treeb73ba01ef9ea6f219f966ada587f206d04c26c9b /src/html-error.h
parent251a975126725e84402c33a1b2ad56d56f869ab2 (diff)
make message argument to send_http_headers() constant.
Michael
Diffstat (limited to 'src/html-error.h')
-rw-r--r--src/html-error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html-error.h b/src/html-error.h
index 95578eb..535cbf6 100644
--- a/src/html-error.h
+++ b/src/html-error.h
@@ -32,7 +32,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,
- char *message);
+ const char *message);
extern int add_standard_vars (struct conn_s *connptr);
#endif /* !TINYPROXY_HTML_ERROR_H */