indentation, comment and style fixes, no semantic changes
[oweals/gnunet.git] / src / fs / fs_publish_ksk.c
index b3e9de72813f6db2377e31f92ad54152029a476f..a7ad3e91f901af668872856868f2d6ded9b04e3b 100644 (file)
@@ -110,11 +110,9 @@ struct GNUNET_FS_PublishKskContext
  * of the keywords).
  *
  * @param cls closure of type `struct PublishKskContext *`
- * @param tc unused
  */
 static void
-publish_ksk_cont (void *cls,
-                 const struct GNUNET_SCHEDULER_TaskContext *tc);
+publish_ksk_cont (void *cls);
 
 
 /**
@@ -148,11 +146,9 @@ kb_put_cont (void *cls,
  * publishing operation (iterating over all of the keywords).
  *
  * @param cls closure of type `struct GNUNET_FS_PublishKskContext *`
- * @param tc unused
  */
 static void
-publish_ksk_cont (void *cls,
-                  const struct GNUNET_SCHEDULER_TaskContext *tc)
+publish_ksk_cont (void *cls)
 {
   struct GNUNET_FS_PublishKskContext *pkc = cls;
   const char *keyword;