gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r35852 - libmicrohttpd/src/include


From: gnunet
Subject: [GNUnet-SVN] r35852 - libmicrohttpd/src/include
Date: Tue, 2 Jun 2015 10:07:49 +0200

Author: grothoff
Date: 2015-06-02 10:07:49 +0200 (Tue, 02 Jun 2015)
New Revision: 35852

Modified:
   libmicrohttpd/src/include/microhttpd.h
Log:
-comment on data types

Modified: libmicrohttpd/src/include/microhttpd.h
===================================================================
--- libmicrohttpd/src/include/microhttpd.h      2015-06-01 13:21:31 UTC (rev 
35851)
+++ libmicrohttpd/src/include/microhttpd.h      2015-06-02 08:07:49 UTC (rev 
35852)
@@ -2023,6 +2023,8 @@
  * @return NULL on error (i.e. invalid arguments, out of memory)
  * @ingroup response
  */
+/* NOTE: this should be 'uint64_t' instead of 'size_t', but changing
+   this would break API compatibility. */
 _MHD_EXTERN struct MHD_Response *
 MHD_create_response_from_fd (size_t size,
                             int fd);
@@ -2044,6 +2046,8 @@
  * @return NULL on error (i.e. invalid arguments, out of memory)
  * @ingroup response
  */
+/* NOTE: this should be 'uint64_t' instead of 'size_t', but changing
+   this would break API compatibility. */
 _MHD_EXTERN struct MHD_Response *
 MHD_create_response_from_fd_at_offset (size_t size,
                                       int fd,




reply via email to

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