|
1 | 1 | /*
|
2 | 2 | This file is part of libmicrohttpd
|
3 |
| - (C) 2007, 2008, 2009, 2010 Daniel Pittman and Christian Grothoff |
| 3 | + (C) 2007, 2008, 2009, 2010, 2011, 2012 Daniel Pittman and Christian Grothoff |
4 | 4 |
|
5 | 5 | This library is free software; you can redistribute it and/or
|
6 | 6 | modify it under the terms of the GNU Lesser General Public
|
@@ -181,6 +181,7 @@ struct MHD_HTTP_Header
|
181 | 181 |
|
182 | 182 | };
|
183 | 183 |
|
| 184 | + |
184 | 185 | /**
|
185 | 186 | * Representation of a response.
|
186 | 187 | */
|
@@ -263,6 +264,7 @@ struct MHD_Response
|
263 | 264 |
|
264 | 265 | };
|
265 | 266 |
|
| 267 | + |
266 | 268 | /**
|
267 | 269 | * States in a state machine for a connection.
|
268 | 270 | *
|
@@ -407,6 +409,7 @@ enum MHD_CONNECTION_STATE
|
407 | 409 | */
|
408 | 410 | #define DEBUG_STATES MHD_NO
|
409 | 411 |
|
| 412 | + |
410 | 413 | #if HAVE_MESSAGES
|
411 | 414 | #if DEBUG_STATES
|
412 | 415 | const char *
|
@@ -756,6 +759,7 @@ typedef size_t (*UnescapeCallback)(void *cls,
|
756 | 759 | struct MHD_Connection *conn,
|
757 | 760 | char *uri);
|
758 | 761 |
|
| 762 | + |
759 | 763 | /**
|
760 | 764 | * State kept for each MHD daemon.
|
761 | 765 | */
|
@@ -1058,6 +1062,7 @@ struct MHD_Daemon
|
1058 | 1062 | (element)->next = NULL; \
|
1059 | 1063 | (element)->prev = NULL; } while (0)
|
1060 | 1064 |
|
| 1065 | + |
1061 | 1066 | /**
|
1062 | 1067 | * Equivalent to time(NULL) but tries to use some sort of monotonic
|
1063 | 1068 | * clock that isn't affected by someone setting the system real time
|
|
0 commit comments