libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 88863d4f4ef4510d008a75b8090d4f68ac28b8b9
parent b784423084c88e1d20090ce8534873477f7a2e91
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  4 Jun 2017 14:48:32 +0200

annotate arguments as in/out

Diffstat:
Msrc/include/microhttpd.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h @@ -1901,10 +1901,10 @@ typedef int * part of #MHD_get_connection_values; very large POST * data *will* be made available incrementally in * @a upload_data) - * @param upload_data_size set initially to the size of the + * @param[in,out] upload_data_size set initially to the size of the * @a upload_data provided; the method must update this * value to the number of bytes NOT processed; - * @param con_cls pointer that the callback can set to some + * @param[in,out] con_cls pointer that the callback can set to some * address and that will be preserved by MHD for future * calls for this request; since the access handler may * be called many times (i.e., for a PUT/POST operation