aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/microhttpd.h')
-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 7347447c..0894b76e 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