aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs_api.h')
-rw-r--r--src/fs/fs_api.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/fs/fs_api.h b/src/fs/fs_api.h
index e9f9ab2cb..0e1476f5c 100644
--- a/src/fs/fs_api.h
+++ b/src/fs/fs_api.h
@@ -757,11 +757,9 @@ GNUNET_FS_search_probe_progress_ (void *cls,
757 * Main function that performs the upload. 757 * Main function that performs the upload.
758 * 758 *
759 * @param cls `struct GNUNET_FS_PublishContext` identifies the upload 759 * @param cls `struct GNUNET_FS_PublishContext` identifies the upload
760 * @param tc task context
761 */ 760 */
762void 761void
763GNUNET_FS_publish_main_ (void *cls, 762GNUNET_FS_publish_main_ (void *cls);
764 const struct GNUNET_SCHEDULER_TaskContext *tc);
765 763
766 764
767/** 765/**
@@ -828,11 +826,9 @@ GNUNET_FS_download_make_status_ (struct GNUNET_FS_ProgressInfo *pi,
828 * request for the file. 826 * request for the file.
829 * 827 *
830 * @param cls the 'struct GNUNET_FS_DownloadContext' 828 * @param cls the 'struct GNUNET_FS_DownloadContext'
831 * @param tc scheduler context
832 */ 829 */
833void 830void
834GNUNET_FS_download_start_task_ (void *cls, 831GNUNET_FS_download_start_task_ (void *cls);
835 const struct GNUNET_SCHEDULER_TaskContext *tc);
836 832
837 833
838 834