aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_dirmetascan.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs_dirmetascan.c')
-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'