aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_fs_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-09 10:39:16 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-09 10:39:16 +0000
commiteab56fb5d5d6d5585a7ad7d665adc7c5fb5ec249 (patch)
tree5db9a6156a251cde1932ba221a8990f08f6dcdfe /src/include/gnunet_fs_service.h
parenta40b3b7045298629783034aba366c609cc04a36a (diff)
downloadgnunet-eab56fb5d5d6d5585a7ad7d665adc7c5fb5ec249.tar.gz
gnunet-eab56fb5d5d6d5585a7ad7d665adc7c5fb5ec249.zip
-fixing #2139
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 454a5c953..9707a8eb7 100644
--- a/src/include/gnunet_fs_service.h
+++ b/src/include/gnunet_fs_service.h
@@ -2725,7 +2725,8 @@ GNUNET_FS_directory_scan_start (const char *filename,
2725 2725
2726 2726
2727/** 2727/**
2728 * Abort the scan. 2728 * Abort the scan. Must not be called from within the progress_callback
2729 * function.
2729 * 2730 *
2730 * @param ds directory scanner structure 2731 * @param ds directory scanner structure
2731 */ 2732 */