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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_fs_service.h b/src/include/gnunet_fs_service.h
index 8ae826380..d9f2ee563 100644
--- a/src/include/gnunet_fs_service.h
+++ b/src/include/gnunet_fs_service.h
@@ -1732,7 +1732,8 @@ GNUNET_FS_file_information_get_id (struct GNUNET_FS_FileInformation *s);
1732 * @return "filename" field of the structure (can be NULL) 1732 * @return "filename" field of the structure (can be NULL)
1733 */ 1733 */
1734const char * 1734const char *
1735GNUNET_FS_file_information_get_filename (const struct GNUNET_FS_FileInformation *s); 1735GNUNET_FS_file_information_get_filename (const struct
1736 GNUNET_FS_FileInformation *s);
1736 1737
1737 1738
1738/** 1739/**