Merge branch 'master' of ssh://gnunet.org/gnunet
[oweals/gnunet.git] / src / fs / fs_publish_ksk.c
index 05231adf2fcc77078f0880e70b2afe02ed92ac27..a7ad3e91f901af668872856868f2d6ded9b04e3b 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     Copyright (C) 2009, 2010, 2012, 2013 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2009, 2010, 2012, 2013 GNUnet e.V.
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -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;