gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r4739 - libmicrohttpd/src/include
Date: Tue, 3 Apr 2007 17:04:23 -0600 (MDT)

Author: grothoff
Date: 2007-04-03 17:04:23 -0600 (Tue, 03 Apr 2007)
New Revision: 4739

Modified:
   libmicrohttpd/src/include/microhttpd.h
Log:
put api

Modified: libmicrohttpd/src/include/microhttpd.h
===================================================================
--- libmicrohttpd/src/include/microhttpd.h      2007-04-03 20:00:53 UTC (rev 
4738)
+++ libmicrohttpd/src/include/microhttpd.h      2007-04-03 23:04:23 UTC (rev 
4739)
@@ -187,7 +187,9 @@
 (*MHD_AccessHandlerCallback)(void * cls,
                             struct MHD_Session * session,
                             const char * url,
-                            const char * method);
+                            const char * method,
+                            const char * upload_data,
+                            unsigned int * upload_data_size);
 
 /**
  * Iterator over key-value pairs.  This iterator
@@ -446,18 +448,7 @@
                         MHD_KeyValueIterator * iterator,
                         void * iterator_cls);
 
-/**
- * FIXME-CHRIS
- * @return -1 if no data uploaded; otherwise number of bytes
- *            read into buf; 0 for end of transmission
- */
-int 
-MHD_read_file_upload(struct MHD_Session * session,
-                    void * buf,
-                    size_t len);
 
-
-
 #if 0 /* keep Emacsens' auto-indent happy */
 {
 #endif





reply via email to

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