aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_tree.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-24 13:08:05 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-24 13:08:05 +0000
commit32892c4aa7736eb8039f28d79b5cdb53cdc0061c (patch)
tree9729d165562c1780934a9a979dbc06d7f8470592 /src/fs/fs_tree.h
parentbf6e480c1dda383bd55b311039d8d41189c5feea (diff)
downloadgnunet-32892c4aa7736eb8039f28d79b5cdb53cdc0061c.tar.gz
gnunet-32892c4aa7736eb8039f28d79b5cdb53cdc0061c.zip
off-line hack fest
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 82b897bd3..c8863589a 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 uint32_t type, 70 enum GNUNET_BLOCK_Type type,
71 const void *block, 71 const void *block,
72 uint16_t block_size); 72 uint16_t block_size);
73 73