gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r3240 - GNUnet/src/applications/fs/fsui


From: grothoff
Subject: [GNUnet-SVN] r3240 - GNUnet/src/applications/fs/fsui
Date: Wed, 16 Aug 2006 11:12:08 -0700 (PDT)

Author: grothoff
Date: 2006-08-16 11:12:05 -0700 (Wed, 16 Aug 2006)
New Revision: 3240

Modified:
   GNUnet/src/applications/fs/fsui/upload.c
Log:
s

Modified: GNUnet/src/applications/fs/fsui/upload.c
===================================================================
--- GNUnet/src/applications/fs/fsui/upload.c    2006-08-15 19:50:20 UTC (rev 
3239)
+++ GNUnet/src/applications/fs/fsui/upload.c    2006-08-16 18:12:05 UTC (rev 
3240)
@@ -510,16 +510,16 @@
  *  running
  */
 struct FSUI_UploadList *
-FSUI_upload(struct FSUI_Context * ctx,
-           const char * filename,
-           unsigned int anonymityLevel,
-           unsigned int priority,
-           int doIndex,
-           int doExtract,
-           int individualKeywords,
-           const struct ECRS_MetaData * md,
-           const struct ECRS_URI * globalURI,
-           const struct ECRS_URI * keyUri) {
+FSUI_startUpload(struct FSUI_Context * ctx,
+                const char * filename,
+                unsigned int anonymityLevel,
+                unsigned int priority,
+                int doIndex,
+                int doExtract,
+                int individualKeywords,
+                const struct ECRS_MetaData * md,
+                const struct ECRS_URI * globalURI,
+                const struct ECRS_URI * keyUri) {
   FSUI_UploadList * utc;
   char * config;
   struct GE_Context * ectx;





reply via email to

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