|
|
@@ -1,6 +1,6 @@
|
|
|
/*
|
|
|
This file is part of libmicrohttpd
|
|
|
- (C) 2007, 2008, 2009, 2010 Daniel Pittman and Christian Grothoff
|
|
|
+ (C) 2007, 2008, 2009, 2010, 2011, 2012 Daniel Pittman and Christian Grothoff
|
|
|
|
|
|
This library is free software; you can redistribute it and/or
|
|
|
modify it under the terms of the GNU Lesser General Public
|
|
|
@@ -181,6 +181,7 @@ struct MHD_HTTP_Header
|
|
|
|
|
|
};
|
|
|
|
|
|
+
|
|
|
/**
|
|
|
* Representation of a response.
|
|
|
*/
|
|
|
@@ -263,6 +264,7 @@ struct MHD_Response
|
|
|
|
|
|
};
|
|
|
|
|
|
+
|
|
|
/**
|
|
|
* States in a state machine for a connection.
|
|
|
*
|
|
|
@@ -407,6 +409,7 @@ enum MHD_CONNECTION_STATE
|
|
|
*/
|
|
|
#define DEBUG_STATES MHD_NO
|
|
|
|
|
|
+
|
|
|
#if HAVE_MESSAGES
|
|
|
#if DEBUG_STATES
|
|
|
const char *
|
|
|
@@ -756,6 +759,7 @@ typedef size_t (*UnescapeCallback)(void *cls,
|
|
|
struct MHD_Connection *conn,
|
|
|
char *uri);
|
|
|
|
|
|
+
|
|
|
/**
|
|
|
* State kept for each MHD daemon.
|
|
|
*/
|
|
|
@@ -1058,6 +1062,7 @@ struct MHD_Daemon
|
|
|
(element)->next = NULL; \
|
|
|
(element)->prev = NULL; } while (0)
|
|
|
|
|
|
+
|
|
|
/**
|
|
|
* Equivalent to time(NULL) but tries to use some sort of monotonic
|
|
|
* clock that isn't affected by someone setting the system real time
|