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 1653eebd4..0b8b088c4 100644
--- a/src/fs/fs_dirmetascan.c
+++ b/src/fs/fs_dirmetascan.c
@@ -412,7 +412,7 @@ process_helper_msgs (void *cls,
412 * Start a directory scanner thread. 412 * Start a directory scanner thread.
413 * 413 *
414 * @param filename name of the directory to scan 414 * @param filename name of the directory to scan
415 * @param GNUNET_YES to not to run libextractor on files (only build a tree) 415 * @param disable_extractor GNUNET_YES to not to run libextractor on files (only build a tree)
416 * @param ex if not NULL, must be a list of extra plugins for extractor 416 * @param ex if not NULL, must be a list of extra plugins for extractor
417 * @param cb the callback to call when there are scanning progress messages 417 * @param cb the callback to call when there are scanning progress messages
418 * @param cb_cls closure for 'cb' 418 * @param cb_cls closure for 'cb'