aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-19 09:56:55 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-19 09:56:55 +0000
commite60e3503e55317edfcf697f7bc2de4b2dd14ba5a (patch)
tree05e214f9c9cb3716d04b14bee1820dd52b961f4d /src/fs
parent936b15e2a941652763675501190ffe80bdb4c3a8 (diff)
downloadgnunet-e60e3503e55317edfcf697f7bc2de4b2dd14ba5a.tar.gz
gnunet-e60e3503e55317edfcf697f7bc2de4b2dd14ba5a.zip
const
Diffstat (limited to 'src/fs')
-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}