aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs.h')
-rw-r--r--src/fs/fs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/fs.h b/src/fs/fs.h
index 1629af852..ed74850b2 100644
--- a/src/fs/fs.h
+++ b/src/fs/fs.h
@@ -871,14 +871,14 @@ GNUNET_FS_unindex_process_hash_ (void *cls, const GNUNET_HashCode * file_id);
871 * callback. 871 * callback.
872 * 872 *
873 * @param pi structure to fill in 873 * @param pi structure to fill in
874 * @param sc overall publishing context 874 * @param pc overall publishing context
875 * @param p file information for the file being published 875 * @param p file information for the file being published
876 * @param offset where in the file are we so far 876 * @param offset where in the file are we so far
877 * @return value returned from callback 877 * @return value returned from callback
878 */ 878 */
879void * 879void *
880GNUNET_FS_publish_make_status_ (struct GNUNET_FS_ProgressInfo *pi, 880GNUNET_FS_publish_make_status_ (struct GNUNET_FS_ProgressInfo *pi,
881 struct GNUNET_FS_PublishContext *sc, 881 struct GNUNET_FS_PublishContext *pc,
882 const struct GNUNET_FS_FileInformation *p, 882 const struct GNUNET_FS_FileInformation *p,
883 uint64_t offset); 883 uint64_t offset);
884 884