gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libmicrohttpd] branch master updated: annotate arguments a


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: annotate arguments as in/out
Date: Sun, 04 Jun 2017 14:48:45 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new 88863d4f annotate arguments as in/out
88863d4f is described below

commit 88863d4f4ef4510d008a75b8090d4f68ac28b8b9
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Jun 4 14:48:32 2017 +0200

    annotate arguments as in/out
---
 src/include/microhttpd.h | 4 ++--
 1 file 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
  *        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

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]