aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_file_information.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs_file_information.c')
-rw-r--r--src/fs/fs_file_information.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs_file_information.c b/src/fs/fs_file_information.c
index b248fae44..e920bf46b 100644
--- a/src/fs/fs_file_information.c
+++ b/src/fs/fs_file_information.c
@@ -587,7 +587,7 @@ GNUNET_FS_file_information_create_from_directory (struct GNUNET_FS_Handle *h,
587 * @return GNUNET_YES if so, GNUNET_NO if not 587 * @return GNUNET_YES if so, GNUNET_NO if not
588 */ 588 */
589int 589int
590GNUNET_FS_file_information_is_directory (struct GNUNET_FS_FileInformation *ent) 590GNUNET_FS_file_information_is_directory (const struct GNUNET_FS_FileInformation *ent)
591{ 591{
592 return ent->is_directory; 592 return ent->is_directory;
593} 593}