aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_fs_service.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_fs_service.h
parenteab56fb5d5d6d5585a7ad7d665adc7c5fb5ec249 (diff)
downloadgnunet-ea643e446372405a6ded9b482dc4481be32d8bfd.tar.gz
gnunet-ea643e446372405a6ded9b482dc4481be32d8bfd.zip
-doxygen fixes
Diffstat (limited to 'src/include/gnunet_fs_service.h')
-rw-r--r--src/include/gnunet_fs_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_fs_service.h b/src/include/gnunet_fs_service.h
index 9707a8eb7..bfaa98364 100644
--- a/src/include/gnunet_fs_service.h
+++ b/src/include/gnunet_fs_service.h
@@ -2710,7 +2710,7 @@ struct GNUNET_FS_DirScanner;
2710 * Start a directory scanner. 2710 * Start a directory scanner.
2711 * 2711 *
2712 * @param filename name of the directory to scan 2712 * @param filename name of the directory to scan
2713 * @param GNUNET_YES to not to run libextractor on files (only build a tree) 2713 * @param disable_extractor GNUNET_YES to not to run libextractor on files (only build a tree)
2714 * @param ex if not NULL, must be a list of extra plugins for extractor 2714 * @param ex if not NULL, must be a list of extra plugins for extractor
2715 * @param cb the callback to call when there are scanning progress messages 2715 * @param cb the callback to call when there are scanning progress messages
2716 * @param cb_cls closure for 'cb' 2716 * @param cb_cls closure for 'cb'