aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_tree.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-09-02 19:20:51 +0000
committerChristian Grothoff <christian@grothoff.org>2009-09-02 19:20:51 +0000
commit8922e187c0d77dfa7cbd56440b10de5670d9d311 (patch)
tree6b75c230961271ddea8b11f7196c5d6b47a9ef71 /src/fs/fs_tree.h
parent3e5a482b0e25536e3fff87b32ebf210adaf8b95a (diff)
downloadgnunet-8922e187c0d77dfa7cbd56440b10de5670d9d311.tar.gz
gnunet-8922e187c0d77dfa7cbd56440b10de5670d9d311.zip
fixing fixmes
Diffstat (limited to 'src/fs/fs_tree.h')
-rw-r--r--src/fs/fs_tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs/fs_tree.h b/src/fs/fs_tree.h
index f24130a3c..47d383fb5 100644
--- a/src/fs/fs_tree.h
+++ b/src/fs/fs_tree.h
@@ -95,6 +95,7 @@ typedef void (*GNUNET_FS_TreeProgressCallback)(void *cls,
95 * @param proc function to call on each encrypted block 95 * @param proc function to call on each encrypted block
96 * @param progress function to call with progress information 96 * @param progress function to call with progress information
97 * @param cont function to call when done 97 * @param cont function to call when done
98 * @return tree encoder context
98 */ 99 */
99struct GNUNET_FS_TreeEncoder * 100struct GNUNET_FS_TreeEncoder *
100GNUNET_FS_tree_encoder_create (struct GNUNET_FS_Handle *h, 101GNUNET_FS_tree_encoder_create (struct GNUNET_FS_Handle *h,