about summary refs log tree commit diff
path: root/btpd/http.h
diff options
context:
space:
mode:
Diffstat (limited to 'btpd/http.h')
-rw-r--r--btpd/http.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/btpd/http.h b/btpd/http.h
index c0dc4f4..78861c6 100644
--- a/btpd/http.h
+++ b/btpd/http.h
@@ -12,6 +12,7 @@ enum http_status {
 struct http_res {
     enum http_status res;
     long code;
+    const char *errmsg;
     char *content;
     size_t length;
 };