aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-09-01 18:17:43 +0000
committerChristian Grothoff <christian@grothoff.org>2016-09-01 18:17:43 +0000
commitb7a393fac86082bcf948c0cb24c82de9152c7c61 (patch)
tree6d21fa669c3a782e99cc4fb0b595f93f93f30116
parentb837d5e008fbd4c57558320988018bd8239a5a34 (diff)
downloadlibmicrohttpd-b7a393fac86082bcf948c0cb24c82de9152c7c61.tar.gz
libmicrohttpd-b7a393fac86082bcf948c0cb24c82de9152c7c61.zip
-reverting SVN 37849
-rw-r--r--src/include/microhttpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 0894b76e..7347447c 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -1217,7 +1217,7 @@ union MHD_ConnectionInfo
1217 * Socket-specific client context. Points to the same address as 1217 * Socket-specific client context. Points to the same address as
1218 * the "socket_context" of the #MHD_NotifyConnectionCallback. 1218 * the "socket_context" of the #MHD_NotifyConnectionCallback.
1219 */ 1219 */
1220 void *socket_context; 1220 void **socket_context;
1221}; 1221};
1222 1222
1223 1223