set continued flag on client side -- towards fixing 1786:
[oweals/gnunet.git] / src / fs / gnunet-publish.c
index 9cfdfe6a572adea87613c44242a2d72f3f2796cf..8c38c8ebd8de2fd3873bd0f813f3f6d5101ac3d2 100644 (file)
@@ -67,6 +67,9 @@ static int do_disable_creation_time;
 static GNUNET_SCHEDULER_TaskIdentifier kill_task;
 
 
+/**
+ * FIXME: docu
+ */
 static void
 do_stop_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
 {
@@ -195,7 +198,6 @@ meta_printer (void *cls, const char *plugin_name, enum EXTRACTOR_MetaType type,
  * @param is_mandatory is the keyword mandatory (in a search)
  * @return GNUNET_OK to continue to iterate, GNUNET_SYSERR to abort
  */
-
 static int
 keyword_printer (void *cls, const char *keyword, int is_mandatory)
 {
@@ -277,6 +279,9 @@ publish_inspector (void *cls, struct GNUNET_FS_FileInformation *fi,
 }
 
 
+/**
+ * FIXME: docu
+ */
 static void
 uri_sks_continuation (void *cls, const struct GNUNET_FS_Uri *ksk_uri,
                       const char *emsg)
@@ -293,6 +298,9 @@ uri_sks_continuation (void *cls, const struct GNUNET_FS_Uri *ksk_uri,
 }
 
 
+/**
+ * FIXME: docu
+ */
 static void
 uri_ksk_continuation (void *cls, const struct GNUNET_FS_Uri *ksk_uri,
                       const char *emsg)
@@ -515,8 +523,6 @@ run (void *cls, char *const *args, const char *cfgfile,
 }
 
 
-
-
 /**
  * The main function to publish content to GNUnet.
  *