aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-01-26 20:42:29 +0000
committerChristian Grothoff <christian@grothoff.org>2013-01-26 20:42:29 +0000
commitb1a0a07b651b74b0475bb109f573ac6983e7036f (patch)
treef223a86ad6a68b9b389b722d353e7251b7d037f4 /src/include/microhttpd.h
parentafb01406a3d32b3bf0094f2d40e0e738bd34e7d9 (diff)
downloadlibmicrohttpd-b1a0a07b651b74b0475bb109f573ac6983e7036f.tar.gz
libmicrohttpd-b1a0a07b651b74b0475bb109f573ac6983e7036f.zip
fixing regression from January 6th
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