aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_publish_ksk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs_publish_ksk.c')
-rw-r--r--src/fs/fs_publish_ksk.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/fs/fs_publish_ksk.c b/src/fs/fs_publish_ksk.c
index b3e9de728..a7ad3e91f 100644
--- a/src/fs/fs_publish_ksk.c
+++ b/src/fs/fs_publish_ksk.c
@@ -110,11 +110,9 @@ struct GNUNET_FS_PublishKskContext
110 * of the keywords). 110 * of the keywords).
111 * 111 *
112 * @param cls closure of type `struct PublishKskContext *` 112 * @param cls closure of type `struct PublishKskContext *`
113 * @param tc unused
114 */ 113 */
115static void 114static void
116publish_ksk_cont (void *cls, 115publish_ksk_cont (void *cls);
117 const struct GNUNET_SCHEDULER_TaskContext *tc);
118 116
119 117
120/** 118/**
@@ -148,11 +146,9 @@ kb_put_cont (void *cls,
148 * publishing operation (iterating over all of the keywords). 146 * publishing operation (iterating over all of the keywords).
149 * 147 *
150 * @param cls closure of type `struct GNUNET_FS_PublishKskContext *` 148 * @param cls closure of type `struct GNUNET_FS_PublishKskContext *`
151 * @param tc unused
152 */ 149 */
153static void 150static void
154publish_ksk_cont (void *cls, 151publish_ksk_cont (void *cls)
155 const struct GNUNET_SCHEDULER_TaskContext *tc)
156{ 152{
157 struct GNUNET_FS_PublishKskContext *pkc = cls; 153 struct GNUNET_FS_PublishKskContext *pkc = cls;
158 const char *keyword; 154 const char *keyword;