aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_disk_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-11 15:56:33 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-11 15:56:33 +0000
commitea643e446372405a6ded9b482dc4481be32d8bfd (patch)
tree801ace07cb83657890c3531e9fc22e7f97520dd3 /src/include/gnunet_disk_lib.h
parenteab56fb5d5d6d5585a7ad7d665adc7c5fb5ec249 (diff)
downloadgnunet-ea643e446372405a6ded9b482dc4481be32d8bfd.tar.gz
gnunet-ea643e446372405a6ded9b482dc4481be32d8bfd.zip
-doxygen fixes
Diffstat (limited to 'src/include/gnunet_disk_lib.h')
-rw-r--r--src/include/gnunet_disk_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_disk_lib.h b/src/include/gnunet_disk_lib.h
index 75f64cf2e..9c88a163b 100644
--- a/src/include/gnunet_disk_lib.h
+++ b/src/include/gnunet_disk_lib.h
@@ -604,7 +604,7 @@ GNUNET_DISK_directory_iterator_next (struct GNUNET_DISK_DirectoryIterator *iter,
604 * @param dirName the name of the directory 604 * @param dirName the name of the directory
605 * @param callback the method to call for each file 605 * @param callback the method to call for each file
606 * @param callback_cls closure for callback 606 * @param callback_cls closure for callback
607 * @return GNUNET_YES if directory is not empty and @callback 607 * @return GNUNET_YES if directory is not empty and 'callback'
608 * will be called later, GNUNET_NO otherwise, GNUNET_SYSERR on error. 608 * will be called later, GNUNET_NO otherwise, GNUNET_SYSERR on error.
609 */ 609 */
610int 610int