aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_file_information.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-01-03 21:42:52 +0000
committerChristian Grothoff <christian@grothoff.org>2010-01-03 21:42:52 +0000
commit3c5249af8087b0b1a4f131a3e19a9759639ab5db (patch)
tree697ff622324a7d259dc59da63205f398661a56fa /src/fs/fs_file_information.c
parentebd1325d27e2062f3fb8e92766178ab0660c2dac (diff)
downloadgnunet-3c5249af8087b0b1a4f131a3e19a9759639ab5db.tar.gz
gnunet-3c5249af8087b0b1a4f131a3e19a9759639ab5db.zip
adapting main code base to work with libextractor 0.6 API; testcases will follow later
Diffstat (limited to 'src/fs/fs_file_information.c')
-rw-r--r--src/fs/fs_file_information.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/fs_file_information.c b/src/fs/fs_file_information.c
index c28635198..9c193f88b 100644
--- a/src/fs/fs_file_information.c
+++ b/src/fs/fs_file_information.c
@@ -364,7 +364,7 @@ struct DirScanCls
364 /** 364 /**
365 * Metadata extractors to use. 365 * Metadata extractors to use.
366 */ 366 */
367 struct EXTRACTOR_Extractor *extractors; 367 struct EXTRACTOR_PluginList *extractors;
368 368
369 /** 369 /**
370 * Function to call on each directory entry. 370 * Function to call on each directory entry.
@@ -518,7 +518,7 @@ GNUNET_FS_directory_scanner_default (void *cls,
518 void *proc_cls, 518 void *proc_cls,
519 char **emsg) 519 char **emsg)
520{ 520{
521 struct EXTRACTOR_Extractor *ex = cls; 521 struct EXTRACTOR_PluginList *ex = cls;
522 struct DirScanCls dsc; 522 struct DirScanCls dsc;
523 523
524 dsc.extractors = ex; 524 dsc.extractors = ex;