aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_fs_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-30 12:21:21 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-30 12:21:21 +0000
commit4cdecaf4c7815917932a3b80812ecbd840dab4e7 (patch)
tree8cc026fc0ac98a732aa4e559c5f49b5826e3b994 /src/include/gnunet_fs_service.h
parent2dac3d6eb9599b50e064b9ddb8796a12c480874e (diff)
downloadgnunet-4cdecaf4c7815917932a3b80812ecbd840dab4e7.tar.gz
gnunet-4cdecaf4c7815917932a3b80812ecbd840dab4e7.zip
-all meta data extraction should happen in helper, removing from API
Diffstat (limited to 'src/include/gnunet_fs_service.h')
-rw-r--r--src/include/gnunet_fs_service.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/include/gnunet_fs_service.h b/src/include/gnunet_fs_service.h
index a984d8a2d..454a5c953 100644
--- a/src/include/gnunet_fs_service.h
+++ b/src/include/gnunet_fs_service.h
@@ -1696,21 +1696,6 @@ GNUNET_FS_stop (struct GNUNET_FS_Handle *h);
1696 1696
1697 1697
1698/** 1698/**
1699 * Extract meta-data from a file.
1700 *
1701 * @param md metadata to set
1702 * @param filename name of file to inspect
1703 * @param extractors plugins to use
1704 * @return GNUNET_SYSERR on error, otherwise the number
1705 * of meta-data items obtained
1706 */
1707int
1708GNUNET_FS_meta_data_extract_from_file (struct GNUNET_CONTAINER_MetaData *md,
1709 const char *filename,
1710 struct EXTRACTOR_PluginList *extractors);
1711
1712
1713/**
1714 * Function called on entries in a GNUNET_FS_FileInformation publish-structure. 1699 * Function called on entries in a GNUNET_FS_FileInformation publish-structure.
1715 * 1700 *
1716 * @param cls closure 1701 * @param cls closure