gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r6708 - libmicrohttpd/doc


From: gnunet
Subject: [GNUnet-SVN] r6708 - libmicrohttpd/doc
Date: Mon, 14 Apr 2008 15:10:26 -0600 (MDT)

Author: grothoff
Date: 2008-04-14 15:10:25 -0600 (Mon, 14 Apr 2008)
New Revision: 6708

Modified:
   libmicrohttpd/doc/microhttpd.texi
Log:
fx

Modified: libmicrohttpd/doc/microhttpd.texi
===================================================================
--- libmicrohttpd/doc/microhttpd.texi   2008-04-14 20:50:55 UTC (rev 6707)
+++ libmicrohttpd/doc/microhttpd.texi   2008-04-14 21:10:25 UTC (rev 6708)
@@ -740,7 +740,7 @@
 
 @c ------------------------------------------------------------
 @node microhttpd-response enqueue,microhttpd-responses
-@@section Enqueuing a response
address@hidden Enqueuing a response
 
 
 @deftypefun int MHD_queue_response (struct MHD_Connection *connection, 
unsigned int status_code, struct MHD_Response *response)
@@ -815,7 +815,7 @@
 
 @c ------------------------------------------------------------
 @node microhttpd-response create,microhttpd-responses
-@@section Creating response objects
address@hidden Creating response objects
 
 
 @deftypefun {struct MHD_Response *} MHD_create_response_from_callback (size_t 
size, unsigned int block_size, MHD_ContentReaderCallback crc, void *crc_cls, 
MHD_ContentReaderFreeCallback crfc)
@@ -891,7 +891,7 @@
 
 @c ------------------------------------------------------------
 @node microhttpd-response headers,microhttpd-responses
-@@section Adding headers to a response
address@hidden Adding headers to a response
 
 
 @deftypefun int MHD_add_response_header (struct MHD_Response *response, const 
char *header, const char *content)
@@ -917,7 +917,7 @@
 
 @c ------------------------------------------------------------
 @node microhttpd-response inspect,microhttpd-responses
-@@section Inspecting a response object
address@hidden Inspecting a response object
 
 
 @deftypefun int MHD_get_response_headers (struct MHD_Response *response, 
MHD_KeyValueIterator iterator, void *iterator_cls)
@@ -1042,7 +1042,7 @@
 
 @c ------------------------------------------------------------
 @node microhttpd-post api,microhttpd-post
-@@section Programming interface for the @code{POST} processor
address@hidden Programming interface for the @code{POST} processor
 
 
 





reply via email to

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