-consistently use struct GNUNET_HashCode
[oweals/gnunet.git] / src / fs / fs_publish.c
index 167a6dc07e0388ae9b70cc64f87d3430f7928221..6f8a9d2486a13734b6b8eabb832493f199f43b71 100644 (file)
@@ -658,7 +658,7 @@ process_index_start_response (void *cls, const struct GNUNET_MessageHeader *msg)
  * @param res resulting hash, NULL on error
  */
 static void
-hash_for_index_cb (void *cls, const GNUNET_HashCode * res)
+hash_for_index_cb (void *cls, const struct GNUNET_HashCode * res)
 {
   struct GNUNET_FS_PublishContext *pc = cls;
   struct GNUNET_FS_FileInformation *p;
@@ -962,8 +962,8 @@ fip_signal_start (void *cls, struct GNUNET_FS_FileInformation *fi,
  * Actually signal the FS's progress function that we are suspending
  * an upload.
  *
- * @param cls closure (of type "struct GNUNET_FS_PublishContext*")
  * @param fi the entry in the publish-structure
+ * @param pc the publish context of which a file is being suspended
  */
 static void
 suspend_operation (struct GNUNET_FS_FileInformation *fi,