aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_publish.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs_publish.c')
-rw-r--r--src/fs/fs_publish.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs_publish.c b/src/fs/fs_publish.c
index 31cd795b2..6f8a9d248 100644
--- a/src/fs/fs_publish.c
+++ b/src/fs/fs_publish.c
@@ -658,7 +658,7 @@ process_index_start_response (void *cls, const struct GNUNET_MessageHeader *msg)
658 * @param res resulting hash, NULL on error 658 * @param res resulting hash, NULL on error
659 */ 659 */
660static void 660static void
661hash_for_index_cb (void *cls, const GNUNET_HashCode * res) 661hash_for_index_cb (void *cls, const struct GNUNET_HashCode * res)
662{ 662{
663 struct GNUNET_FS_PublishContext *pc = cls; 663 struct GNUNET_FS_PublishContext *pc = cls;
664 struct GNUNET_FS_FileInformation *p; 664 struct GNUNET_FS_FileInformation *p;