summaryrefslogtreecommitdiff
path: root/event-httpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'event-httpd.h')
-rw-r--r--event-httpd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/event-httpd.h b/event-httpd.h
index 9af8432..cb8779d 100644
--- a/event-httpd.h
+++ b/event-httpd.h
@@ -11,7 +11,9 @@ struct client {
gboolean forwarded;
gboolean can_chunk;
- char *request;
+ int error;
+ const char *errstr;
+ char *method;
char *uri;
char *query;
char *version;