gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r26692 - libmicrohttpd/src/daemon


From: gnunet
Subject: [GNUnet-SVN] r26692 - libmicrohttpd/src/daemon
Date: Sun, 31 Mar 2013 19:02:49 +0200

Author: grothoff
Date: 2013-03-31 19:02:49 +0200 (Sun, 31 Mar 2013)
New Revision: 26692

Modified:
   libmicrohttpd/src/daemon/internal.h
Log:
-formatting

Modified: libmicrohttpd/src/daemon/internal.h
===================================================================
--- libmicrohttpd/src/daemon/internal.h 2013-03-31 17:02:32 UTC (rev 26691)
+++ libmicrohttpd/src/daemon/internal.h 2013-03-31 17:02:49 UTC (rev 26692)
@@ -44,13 +44,6 @@
 
 
 /**
- * Size by which MHD usually tries to increment read/write buffers.
- * TODO: we should probably get rid of this magic constant and
- * put in code to automatically determine a good value.
- */
-#define MHD_BUF_INC_SIZE 2048
-
-/**
  * Handler for fatal errors.
  */
 extern MHD_PanicCallback mhd_panic;
@@ -150,7 +143,9 @@
  * fprintf-like helper function for logging debug
  * messages.
  */
-void MHD_DLOG (const struct MHD_Daemon *daemon, const char *format, ...);
+void 
+MHD_DLOG (const struct MHD_Daemon *daemon, 
+         const char *format, ...);
 
 #endif
 
@@ -164,10 +159,12 @@
  * @return length of the resulting val (strlen(val) maybe
  *  shorter afterwards due to elimination of escape sequences)
  */
-size_t MHD_http_unescape (void *cls,
-                         struct MHD_Connection *connection,
-                         char *val);
+size_t 
+MHD_http_unescape (void *cls,
+                  struct MHD_Connection *connection,
+                  char *val);
 
+
 /**
  * Header or cookie in HTTP request or response.
  */




reply via email to

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