gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5618 - in libmicrohttpd/src: daemon include


From: gnunet
Subject: [GNUnet-SVN] r5618 - in libmicrohttpd/src: daemon include
Date: Sat, 8 Sep 2007 21:56:27 -0600 (MDT)

Author: grothoff
Date: 2007-09-08 21:56:26 -0600 (Sat, 08 Sep 2007)
New Revision: 5618

Modified:
   libmicrohttpd/src/daemon/connection.c
   libmicrohttpd/src/include/microhttpd.h
Log:
formatting

Modified: libmicrohttpd/src/daemon/connection.c
===================================================================
--- libmicrohttpd/src/daemon/connection.c       2007-09-09 03:56:10 UTC (rev 
5617)
+++ libmicrohttpd/src/daemon/connection.c       2007-09-09 03:56:26 UTC (rev 
5618)
@@ -594,7 +594,7 @@
 
   if (connection->bodyReceived == 1)
     abort ();
-  colon = NULL; /* make gcc happy */
+  colon = NULL;                 /* make gcc happy */
   last = NULL;
   while (NULL != (line = MHD_get_next_header_line (connection)))
     {

Modified: libmicrohttpd/src/include/microhttpd.h
===================================================================
--- libmicrohttpd/src/include/microhttpd.h      2007-09-09 03:56:10 UTC (rev 
5617)
+++ libmicrohttpd/src/include/microhttpd.h      2007-09-09 03:56:26 UTC (rev 
5618)
@@ -488,7 +488,7 @@
                                 const char *version,
                                 const char *upload_data,
                                 unsigned int *upload_data_size,
-                               void ** con_cls);
+                                void **con_cls);
 
 /**
  * Signature of the callback used by MHD to notify the
@@ -503,9 +503,9 @@
  */
 typedef void
   (*MHD_RequestCompletedCallback) (void *cls,
-                                  struct MHD_Connection * connection,
-                                  void ** con_cls,
-                                  enum MHD_RequestTerminationCode toe);
+                                   struct MHD_Connection * connection,
+                                   void **con_cls,
+                                   enum MHD_RequestTerminationCode toe);
 
 /**
  * Iterator over key-value pairs.  This iterator
@@ -576,11 +576,10 @@
  */
 typedef int
   (*MHD_IncrementalKeyValueIterator) (void *cls,
-                                     enum MHD_ValueKind kind,
-                                     const char *key,
-                                     const char *value,
-                                     size_t off,
-                                     size_t size);
+                                      enum MHD_ValueKind kind,
+                                      const char *key,
+                                      const char *value,
+                                      size_t off, size_t size);
 
 /**
  * Start a webserver on the given port.
@@ -823,11 +822,11 @@
  * @return  NULL on error (out of memory, unsupported encoding),
             otherwise a PP handle
  */
-struct MHD_PostProcessor *
-MHD_create_post_processor(struct MHD_Connection * connection,
-                         unsigned int buffer_size,
-                         MHD_IncrementalKeyValueIterator ikvi,
-                         void * cls);
+struct MHD_PostProcessor *MHD_create_post_processor (struct MHD_Connection
+                                                     *connection,
+                                                     unsigned int buffer_size,
+                                                     
MHD_IncrementalKeyValueIterator
+                                                     ikvi, void *cls);
 
 /**
  * Parse and process POST data.
@@ -844,15 +843,13 @@
  *         (out-of-memory, iterator aborted, parse error)
  */
 int
-MHD_post_process(struct MHD_PostProcessor * pp,
-                const char * post_data,
-                unsigned int post_data_len);
+MHD_post_process (struct MHD_PostProcessor *pp,
+                  const char *post_data, unsigned int post_data_len);
 
 /**
  * Release PostProcessor resources.
  */
-void 
-MHD_destroy_post_processor(struct MHD_PostProcessor * pp);
+void MHD_destroy_post_processor (struct MHD_PostProcessor *pp);
 
 
 #if 0                           /* keep Emacsens' auto-indent happy */





reply via email to

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