aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_download.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/test_fs_download.c')
-rw-r--r--src/fs/test_fs_download.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/fs/test_fs_download.c b/src/fs/test_fs_download.c
index e192e8f52..936f001df 100644
--- a/src/fs/test_fs_download.c
+++ b/src/fs/test_fs_download.c
@@ -67,7 +67,7 @@ static int err;
67 67
68 68
69static void 69static void
70timeout_kill_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 70timeout_kill_task (void *cls)
71{ 71{
72 if (NULL != download) 72 if (NULL != download)
73 { 73 {
@@ -86,7 +86,7 @@ timeout_kill_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
86 86
87 87
88static void 88static void
89abort_publish_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 89abort_publish_task (void *cls)
90{ 90{
91 if (NULL != publish) 91 if (NULL != publish)
92 { 92 {
@@ -97,7 +97,7 @@ abort_publish_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
97 97
98 98
99static void 99static void
100stop_fs_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 100stop_fs_task (void *cls)
101{ 101{
102 GNUNET_FS_stop (fs); 102 GNUNET_FS_stop (fs);
103 fs = NULL; 103 fs = NULL;
@@ -105,7 +105,7 @@ stop_fs_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
105 105
106 106
107static void 107static void
108abort_download_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 108abort_download_task (void *cls)
109{ 109{
110 uint64_t size; 110 uint64_t size;
111 111