aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_search_with_and.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/test_fs_search_with_and.c')
-rw-r--r--src/fs/test_fs_search_with_and.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fs/test_fs_search_with_and.c b/src/fs/test_fs_search_with_and.c
index e25d3786a..83edf2e6c 100644
--- a/src/fs/test_fs_search_with_and.c
+++ b/src/fs/test_fs_search_with_and.c
@@ -66,7 +66,7 @@ static int processed_files;
66 66
67 67
68static void 68static void
69abort_publish_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 69abort_publish_task (void *cls)
70{ 70{
71 if (NULL != publish) 71 if (NULL != publish)
72 { 72 {
@@ -82,7 +82,7 @@ abort_publish_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
82 82
83 83
84static void 84static void
85abort_error (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 85abort_error (void *cls)
86{ 86{
87 fprintf (stderr, 87 fprintf (stderr,
88 "Timeout\n"); 88 "Timeout\n");
@@ -102,7 +102,7 @@ abort_error (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
102 102
103 103
104static void 104static void
105abort_search_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 105abort_search_task (void *cls)
106{ 106{
107 if (NULL != search) 107 if (NULL != search)
108 { 108 {