fix
[oweals/gnunet.git] / src / fs / fs_tree.h
index 82b897bd3e43016ca6829993695f6e31c3ccbe7c..c8863589a1eb9793f294ca6e4aa4536b4151e93f 100644 (file)
@@ -67,7 +67,7 @@ struct GNUNET_FS_TreeEncoder;
 typedef void (*GNUNET_FS_TreeBlockProcessor)(void *cls,
                                             const GNUNET_HashCode *query,
                                             uint64_t offset,
-                                            uint32_t type,
+                                            enum GNUNET_BLOCK_Type type,
                                             const void *block,
                                             uint16_t block_size);