aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_uri.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs_uri.c')
-rw-r--r--src/fs/fs_uri.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/fs/fs_uri.c b/src/fs/fs_uri.c
index 2d5566b54..cdea8b72d 100644
--- a/src/fs/fs_uri.c
+++ b/src/fs/fs_uri.c
@@ -91,14 +91,6 @@
91#include <unistdio.h> 91#include <unistdio.h>
92 92
93 93
94/**
95 * Get a unique key from a URI. This is for putting URIs
96 * into HashMaps. The key may change between FS implementations.
97 *
98 * @param uri uri to convert to a unique key
99 * @param key where to store the unique key
100 * @return #GNUNET_OK on success
101 */
102int 94int
103GNUNET_FS_uri_to_key (const struct GNUNET_FS_Uri *uri, 95GNUNET_FS_uri_to_key (const struct GNUNET_FS_Uri *uri,
104 struct GNUNET_HashCode *key) 96 struct GNUNET_HashCode *key)
@@ -723,15 +715,6 @@ GNUNET_FS_uri_ksk_get_keyword_count (const struct GNUNET_FS_Uri *uri)
723} 715}
724 716
725 717
726/**
727 * Iterate over all keywords in this keyword URI.
728 *
729 * @param uri ksk uri to get the keywords from
730 * @param iterator function to call on each keyword
731 * @param iterator_cls closure for iterator
732 * @return -1 if this is not a keyword URI, otherwise number of
733 * keywords iterated over until iterator aborted
734 */
735int 718int
736GNUNET_FS_uri_ksk_get_keywords (const struct GNUNET_FS_Uri *uri, 719GNUNET_FS_uri_ksk_get_keywords (const struct GNUNET_FS_Uri *uri,
737 GNUNET_FS_KeywordIterator iterator, 720 GNUNET_FS_KeywordIterator iterator,