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 ca75228a..a1458e7a 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -1026,7 +1026,7 @@ typedef void
1026 * POST data. 1026 * POST data.
1027 * 1027 *
1028 * @param cls user-specified closure 1028 * @param cls user-specified closure
1029 * @param kind type of the value 1029 * @param kind type of the value, always MHD_POSTDATA_KIND when called from MHD
1030 * @param key 0-terminated key for the value 1030 * @param key 0-terminated key for the value
1031 * @param filename name of the uploaded file, NULL if not known 1031 * @param filename name of the uploaded file, NULL if not known
1032 * @param content_type mime-type of the data, NULL if not known 1032 * @param content_type mime-type of the data, NULL if not known