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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/gnunet_fs_service.h b/src/include/gnunet_fs_service.h
index 09ae3682a..9495731ea 100644
--- a/src/include/gnunet_fs_service.h
+++ b/src/include/gnunet_fs_service.h
@@ -2602,8 +2602,11 @@ typedef void (*GNUNET_FS_DirectoryEntryProcessor)(void *cls,
2602 * @param offset offset of data in the directory 2602 * @param offset offset of data in the directory
2603 * @param dep function to call on each entry 2603 * @param dep function to call on each entry
2604 * @param dep_cls closure for dep 2604 * @param dep_cls closure for dep
2605 * @return GNUNET_OK if this could be a block in a directory,
2606 * GNUNET_NO if this could be part of a directory (but not 100% OK)
2607 * GNUNET_SYSERR if 'data' does not represent a directory
2605 */ 2608 */
2606void 2609int
2607GNUNET_FS_directory_list_contents (size_t size, 2610GNUNET_FS_directory_list_contents (size_t size,
2608 const void *data, 2611 const void *data,
2609 uint64_t offset, 2612 uint64_t offset,