aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_fs_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_fs_service.h')
-rw-r--r--src/include/gnunet_fs_service.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/include/gnunet_fs_service.h b/src/include/gnunet_fs_service.h
index 3eb58921a..1f1e60f0f 100644
--- a/src/include/gnunet_fs_service.h
+++ b/src/include/gnunet_fs_service.h
@@ -1820,7 +1820,11 @@ GNUNET_FS_file_information_create_from_data (struct GNUNET_FS_Handle *h,
1820 * @param cls closure 1820 * @param cls closure
1821 * @param offset offset to read from; it is possible 1821 * @param offset offset to read from; it is possible
1822 * that the caller might need to go backwards 1822 * that the caller might need to go backwards
1823 * a bit at times 1823 * a bit at times; set to UINT64_MAX to tell
1824 * the reader that we won't be reading for a while
1825 * (used to close the file descriptor but NOT fully
1826 * clean up the reader's state); in this case,
1827 * a value of '0' for max should be ignored
1824 * @param max maximum number of bytes that should be 1828 * @param max maximum number of bytes that should be
1825 * copied to buf; readers are not allowed 1829 * copied to buf; readers are not allowed
1826 * to provide less data unless there is an error; 1830 * to provide less data unless there is an error;