summaryrefslogtreecommitdiff
path: root/event-httpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'event-httpd.h')
-rw-r--r--event-httpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/event-httpd.h b/event-httpd.h
index 7818bd5..9af8432 100644
--- a/event-httpd.h
+++ b/event-httpd.h
@@ -23,6 +23,6 @@ struct client {
void close_client(struct client *c);
void respond_header(struct client *c, int error_code, const char *reason,
const char *headers);
-void respond_chunk(struct client *c, GString *s);
+void respond_chunk(struct client *c, const GString *s);
#endif