summaryrefslogtreecommitdiff
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)
-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
* Socket-specific client context. Points to the same address as
* the "socket_context" of the #MHD_NotifyConnectionCallback.
*/
- void *socket_context;
+ void **socket_context;
};