aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_publish.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs_publish.c')
-rw-r--r--src/fs/fs_publish.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/fs/fs_publish.c b/src/fs/fs_publish.c
index 1e8e82c71..80843006e 100644
--- a/src/fs/fs_publish.c
+++ b/src/fs/fs_publish.c
@@ -413,11 +413,9 @@ block_reader (void *cls,
413 * the final result. 413 * the final result.
414 * 414 *
415 * @param cls our publishing context 415 * @param cls our publishing context
416 * @param tc scheduler's task context (not used)
417 */ 416 */
418static void 417static void
419encode_cont (void *cls, 418encode_cont (void *cls)
420 const struct GNUNET_SCHEDULER_TaskContext *tc)
421{ 419{
422 struct GNUNET_FS_PublishContext *pc = cls; 420 struct GNUNET_FS_PublishContext *pc = cls;
423 struct GNUNET_FS_FileInformation *p; 421 struct GNUNET_FS_FileInformation *p;
@@ -960,11 +958,9 @@ create_loc_uri (struct GNUNET_FS_PublishContext *pc)
960 * Main function that performs the upload. 958 * Main function that performs the upload.
961 * 959 *
962 * @param cls `struct GNUNET_FS_PublishContext *` identifies the upload 960 * @param cls `struct GNUNET_FS_PublishContext *` identifies the upload
963 * @param tc task context
964 */ 961 */
965void 962void
966GNUNET_FS_publish_main_ (void *cls, 963GNUNET_FS_publish_main_ (void *cls)
967 const struct GNUNET_SCHEDULER_TaskContext *tc)
968{ 964{
969 struct GNUNET_FS_PublishContext *pc = cls; 965 struct GNUNET_FS_PublishContext *pc = cls;
970 struct GNUNET_FS_ProgressInfo pi; 966 struct GNUNET_FS_ProgressInfo pi;