types
[oweals/gnunet.git] / src / fs / fs_tree.h
index 4186a4e21ef2fb1ba1167a05fafb25931b9816e5..bfbd7019b492699b66e35ce7a1f33e025da17226 100644 (file)
@@ -67,7 +67,7 @@ struct GNUNET_FS_TreeEncoder;
 typedef void (*GNUNET_FS_TreeBlockProcessor)(void *cls,
                                             const GNUNET_HashCode *query,
                                             uint64_t offset,
-                                            unsigned int type,
+                                            uint32_t type,
                                             const void *block,
                                             uint16_t block_size);