aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_unindex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs_unindex.c')
-rw-r--r--src/fs/fs_unindex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/fs_unindex.c b/src/fs/fs_unindex.c
index 691032183..71a1b9e0b 100644
--- a/src/fs/fs_unindex.c
+++ b/src/fs/fs_unindex.c
@@ -437,7 +437,7 @@ continue_after_remove (void *cls,
437 */ 437 */
438static void 438static void
439process_kblock_for_unindex (void *cls, 439process_kblock_for_unindex (void *cls,
440 const GNUNET_HashCode * key, 440 const struct GNUNET_HashCode * key,
441 size_t size, const void *data, 441 size_t size, const void *data,
442 enum GNUNET_BLOCK_Type type, 442 enum GNUNET_BLOCK_Type type,
443 uint32_t priority, 443 uint32_t priority,
@@ -649,7 +649,7 @@ GNUNET_FS_unindex_do_remove_ (struct GNUNET_FS_UnindexContext *uc)
649 * @param file_id computed hash, NULL on error 649 * @param file_id computed hash, NULL on error
650 */ 650 */
651void 651void
652GNUNET_FS_unindex_process_hash_ (void *cls, const GNUNET_HashCode * file_id) 652GNUNET_FS_unindex_process_hash_ (void *cls, const struct GNUNET_HashCode * file_id)
653{ 653{
654 struct GNUNET_FS_UnindexContext *uc = cls; 654 struct GNUNET_FS_UnindexContext *uc = cls;
655 655