aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r--src/microhttpd/internal.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 5089b896..b540a1fc 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -838,9 +838,12 @@ struct MHD_Connection
838 * 838 *
839 * @param cls closure 839 * @param cls closure
840 * @param uri uri being accessed 840 * @param uri uri being accessed
841 * @param con connection handle
841 * @return new closure 842 * @return new closure
842 */ 843 */
843typedef void * (*LogCallback)(void * cls, const char * uri); 844typedef void * (*LogCallback)(void * cls,
845 const char * uri,
846 struct MHD_Connection *con);
844 847
845/** 848/**
846 * Signature of function called to unescape URIs. See also 849 * Signature of function called to unescape URIs. See also