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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_fs_service.h b/src/include/gnunet_fs_service.h
index 3f603e581..ae1b46a89 100644
--- a/src/include/gnunet_fs_service.h
+++ b/src/include/gnunet_fs_service.h
@@ -1525,11 +1525,11 @@ typedef int (*GNUNET_FS_FileInformationProcessor)(void *cls,
1525/** 1525/**
1526 * Recover file information structure from disk. 1526 * Recover file information structure from disk.
1527 * 1527 *
1528 * @param name filename for the structure on disk 1528 * @param fn filename for the structure on disk
1529 * @return NULL on error 1529 * @return NULL on error
1530 */ 1530 */
1531struct GNUNET_FS_FileInformation * 1531struct GNUNET_FS_FileInformation *
1532GNUNET_FS_file_information_recover (const char *name); 1532GNUNET_FS_file_information_recover (const char *fn);
1533 1533
1534 1534
1535/** 1535/**