aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/fs.h4
-rw-r--r--src/fs/gnunet-service-fs_pr.c2
-rw-r--r--src/fs/gnunet-service-fs_pr.h2
3 files changed, 4 insertions, 4 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
diff --git a/src/fs/gnunet-service-fs_pr.c b/src/fs/gnunet-service-fs_pr.c
index a1fc60bd9..f63c088c0 100644
--- a/src/fs/gnunet-service-fs_pr.c
+++ b/src/fs/gnunet-service-fs_pr.c
@@ -401,7 +401,7 @@ GSF_pending_request_get_data_ (struct GSF_PendingRequest *pr)
401 * jointly). 401 * jointly).
402 * 402 *
403 * @param pra a pending request 403 * @param pra a pending request
404 * @param pra another pending request 404 * @param prb another pending request
405 * @return GNUNET_OK if the requests are compatible 405 * @return GNUNET_OK if the requests are compatible
406 */ 406 */
407int 407int
diff --git a/src/fs/gnunet-service-fs_pr.h b/src/fs/gnunet-service-fs_pr.h
index 03fc047fb..c8ea5b47f 100644
--- a/src/fs/gnunet-service-fs_pr.h
+++ b/src/fs/gnunet-service-fs_pr.h
@@ -246,7 +246,7 @@ GSF_pending_request_get_data_ (struct GSF_PendingRequest *pr);
246 * jointly). 246 * jointly).
247 * 247 *
248 * @param pra a pending request 248 * @param pra a pending request
249 * @param pra another pending request 249 * @param prb another pending request
250 * @return GNUNET_OK if the requests are compatible 250 * @return GNUNET_OK if the requests are compatible
251 */ 251 */
252int 252int