diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-09-01 18:17:43 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-09-01 18:17:43 +0000 |
commit | b7a393fac86082bcf948c0cb24c82de9152c7c61 (patch) | |
tree | 6d21fa669c3a782e99cc4fb0b595f93f93f30116 | |
parent | b837d5e008fbd4c57558320988018bd8239a5a34 (diff) |
-reverting SVN 37849
-rw-r--r-- | src/include/microhttpd.h | 2 |
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; }; |