aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-06-04 14:48:32 +0200
committerChristian Grothoff <christian@grothoff.org>2017-06-04 14:48:41 +0200
commit88863d4f4ef4510d008a75b8090d4f68ac28b8b9 (patch)
tree4216a99ee25d5faec4e21317a70df337c39ce630 /src/include/microhttpd.h
parentb784423084c88e1d20090ce8534873477f7a2e91 (diff)
downloadlibmicrohttpd-88863d4f4ef4510d008a75b8090d4f68ac28b8b9.tar.gz
libmicrohttpd-88863d4f4ef4510d008a75b8090d4f68ac28b8b9.zip
annotate arguments as in/out
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 02a88d67..d3b87c05 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -1901,10 +1901,10 @@ typedef int
1901 * part of #MHD_get_connection_values; very large POST 1901 * part of #MHD_get_connection_values; very large POST
1902 * data *will* be made available incrementally in 1902 * data *will* be made available incrementally in
1903 * @a upload_data) 1903 * @a upload_data)
1904 * @param upload_data_size set initially to the size of the 1904 * @param[in,out] upload_data_size set initially to the size of the
1905 * @a upload_data provided; the method must update this 1905 * @a upload_data provided; the method must update this
1906 * value to the number of bytes NOT processed; 1906 * value to the number of bytes NOT processed;
1907 * @param con_cls pointer that the callback can set to some 1907 * @param[in,out] con_cls pointer that the callback can set to some
1908 * address and that will be preserved by MHD for future 1908 * address and that will be preserved by MHD for future
1909 * calls for this request; since the access handler may 1909 * calls for this request; since the access handler may
1910 * be called many times (i.e., for a PUT/POST operation 1910 * be called many times (i.e., for a PUT/POST operation