aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-06 13:37:10 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-06 13:37:10 +0000
commit5e3b6270bdefcac08532fb9cf460da807090c207 (patch)
tree8eb8691917285f89869c3e8e76c2507fdf395f67
parent19560d0a705c43f5bc3662c698c1ba11bd67ada3 (diff)
downloadgnunet-5e3b6270bdefcac08532fb9cf460da807090c207.tar.gz
gnunet-5e3b6270bdefcac08532fb9cf460da807090c207.zip
-dox
-rw-r--r--src/fs/fs_dirmetascan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs_dirmetascan.c b/src/fs/fs_dirmetascan.c
index b26ef1ce0..d1b6d1c39 100644
--- a/src/fs/fs_dirmetascan.c
+++ b/src/fs/fs_dirmetascan.c
@@ -440,7 +440,7 @@ helper_died_cb (void *cls)
440 * Start a directory scanner thread. 440 * Start a directory scanner thread.
441 * 441 *
442 * @param filename name of the directory to scan 442 * @param filename name of the directory to scan
443 * @param disable_extractor GNUNET_YES to not to run libextractor on files (only build a tree) 443 * @param disable_extractor #GNUNET_YES to not to run libextractor on files (only build a tree)
444 * @param ex if not NULL, must be a list of extra plugins for extractor 444 * @param ex if not NULL, must be a list of extra plugins for extractor
445 * @param cb the callback to call when there are scanning progress messages 445 * @param cb the callback to call when there are scanning progress messages
446 * @param cb_cls closure for 'cb' 446 * @param cb_cls closure for 'cb'