aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs_tree.c')
-rw-r--r--src/fs/fs_tree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/fs_tree.c b/src/fs/fs_tree.c
index 5dc39e4e6..715ecddb1 100644
--- a/src/fs/fs_tree.c
+++ b/src/fs/fs_tree.c
@@ -63,7 +63,7 @@ struct GNUNET_FS_TreeEncoder
63 /** 63 /**
64 * Function to call once we're done with processing. 64 * Function to call once we're done with processing.
65 */ 65 */
66 GNUNET_SCHEDULER_Task cont; 66 GNUNET_SCHEDULER_TaskCallback cont;
67 67
68 /** 68 /**
69 * Set to an error message (if we had an error). 69 * Set to an error message (if we had an error).
@@ -272,7 +272,7 @@ GNUNET_FS_tree_encoder_create (struct GNUNET_FS_Handle *h, uint64_t size,
272 GNUNET_FS_DataReader reader, 272 GNUNET_FS_DataReader reader,
273 GNUNET_FS_TreeBlockProcessor proc, 273 GNUNET_FS_TreeBlockProcessor proc,
274 GNUNET_FS_TreeProgressCallback progress, 274 GNUNET_FS_TreeProgressCallback progress,
275 GNUNET_SCHEDULER_Task cont) 275 GNUNET_SCHEDULER_TaskCallback cont)
276{ 276{
277 struct GNUNET_FS_TreeEncoder *te; 277 struct GNUNET_FS_TreeEncoder *te;
278 278