aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/internal.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-06-13 07:00:59 +0000
committerChristian Grothoff <christian@grothoff.org>2007-06-13 07:00:59 +0000
commitd05460508fadfe8bc7370c3e2d5b23facf686e0e (patch)
tree7407caa9ad2991695eb8e154106fbd912d6bf5ad /src/daemon/internal.h
parentbe3489e477fd43a69124dffd55f39efaa41f6e99 (diff)
downloadlibmicrohttpd-d05460508fadfe8bc7370c3e2d5b23facf686e0e.tar.gz
libmicrohttpd-d05460508fadfe8bc7370c3e2d5b23facf686e0e.zip
making it compile
Diffstat (limited to 'src/daemon/internal.h')
-rw-r--r--src/daemon/internal.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/daemon/internal.h b/src/daemon/internal.h
index 61653d8e..4beff728 100644
--- a/src/daemon/internal.h
+++ b/src/daemon/internal.h
@@ -150,8 +150,14 @@ struct MHD_Session {
150 150
151 struct MHD_Response * response; 151 struct MHD_Response * response;
152 152
153 /**
154 * Request method. Should be GET/POST/etc.
155 */
153 char * method; 156 char * method;
154 157
158 /**
159 * Requested URL (everything after "GET" only).
160 */
155 char * url; 161 char * url;
156 162
157 /** 163 /**