aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_dirmetascan.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-12 14:18:33 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-12 14:18:33 +0000
commit4331ca2be370483da1bcc7f98a327fc7d9ebf636 (patch)
tree39eca2f43b315f172e5b3b012d8634a8666634ea /src/fs/fs_dirmetascan.c
parent2c5514ef5f0cba94e8ce9b5603d0e58b335e7de1 (diff)
downloadgnunet-4331ca2be370483da1bcc7f98a327fc7d9ebf636.tar.gz
gnunet-4331ca2be370483da1bcc7f98a327fc7d9ebf636.zip
-fix
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'