aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_uri.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-09-11 14:22:19 +0000
committerChristian Grothoff <christian@grothoff.org>2009-09-11 14:22:19 +0000
commit92b434b649de5bc75628eff46f17db18104a4dd8 (patch)
tree7d55ced99e9f0539f414c017c3504c4bd45da7f4 /src/fs/fs_uri.c
parentb60d9cfa7d42f0a933d7de137a2c8b17eaece4dd (diff)
downloadgnunet-92b434b649de5bc75628eff46f17db18104a4dd8.tar.gz
gnunet-92b434b649de5bc75628eff46f17db18104a4dd8.zip
more FS coding
Diffstat (limited to 'src/fs/fs_uri.c')
-rw-r--r--src/fs/fs_uri.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fs/fs_uri.c b/src/fs/fs_uri.c
index 4f4a82c2c..1c0686ed9 100644
--- a/src/fs/fs_uri.c
+++ b/src/fs/fs_uri.c
@@ -1481,7 +1481,9 @@ gather_uri_data (void *cls,
1481 * Construct a keyword-URI from meta-data (take all entries 1481 * Construct a keyword-URI from meta-data (take all entries
1482 * in the meta-data and construct one large keyword URI 1482 * in the meta-data and construct one large keyword URI
1483 * that lists all keywords that can be found in the meta-data). 1483 * that lists all keywords that can be found in the meta-data).
1484 * @deprecated 1484 *
1485 * @param md metadata to use
1486 * @return NULL on error, otherwise a KSK URI
1485 */ 1487 */
1486struct GNUNET_FS_Uri * 1488struct GNUNET_FS_Uri *
1487GNUNET_FS_uri_ksk_create_from_meta_data (const struct GNUNET_CONTAINER_MetaData *md) 1489GNUNET_FS_uri_ksk_create_from_meta_data (const struct GNUNET_CONTAINER_MetaData *md)