aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-02 14:44:42 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-02 14:44:42 +0000
commite1fda8a5d8674328afa61cc50842fdbd2a7044ba (patch)
treeb36e7c638c5b0cb94a693376419959f12d84b84c /src/fs/fs.h
parent012cb16a93acbfca1119966d5b4679b99e5c9125 (diff)
downloadgnunet-e1fda8a5d8674328afa61cc50842fdbd2a7044ba.tar.gz
gnunet-e1fda8a5d8674328afa61cc50842fdbd2a7044ba.zip
doxygen
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