aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_tree.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-09-06 12:22:50 +0000
committerChristian Grothoff <christian@grothoff.org>2009-09-06 12:22:50 +0000
commitc263f813925949b97bfd899e174eefe4ecccced8 (patch)
treeb12b5291be1d0b3a2445ee560a4d51c75f378414 /src/fs/fs_tree.h
parent2a9ac93496169b01115de872e78103c6492f6a8c (diff)
downloadgnunet-c263f813925949b97bfd899e174eefe4ecccced8.tar.gz
gnunet-c263f813925949b97bfd899e174eefe4ecccced8.zip
work on downloading
Diffstat (limited to 'src/fs/fs_tree.h')
-rw-r--r--src/fs/fs_tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs_tree.h b/src/fs/fs_tree.h
index 4186a4e21..bfbd7019b 100644
--- a/src/fs/fs_tree.h
+++ b/src/fs/fs_tree.h
@@ -67,7 +67,7 @@ struct GNUNET_FS_TreeEncoder;
67typedef void (*GNUNET_FS_TreeBlockProcessor)(void *cls, 67typedef void (*GNUNET_FS_TreeBlockProcessor)(void *cls,
68 const GNUNET_HashCode *query, 68 const GNUNET_HashCode *query,
69 uint64_t offset, 69 uint64_t offset,
70 unsigned int type, 70 uint32_t type,
71 const void *block, 71 const void *block,
72 uint16_t block_size); 72 uint16_t block_size);
73 73