aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_fs_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_fs_service.h')
-rw-r--r--src/include/gnunet_fs_service.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/include/gnunet_fs_service.h b/src/include/gnunet_fs_service.h
index 758a4895c..8e71308ba 100644
--- a/src/include/gnunet_fs_service.h
+++ b/src/include/gnunet_fs_service.h
@@ -328,6 +328,18 @@ GNUNET_FS_uri_sks_create (struct GNUNET_FS_Namespace *ns,
328 328
329 329
330/** 330/**
331 * Create an SKS URI from a namespace ID and an identifier.
332 *
333 * @param nsid namespace ID
334 * @param id identifier
335 * @return an FS URI for the given namespace and identifier
336 */
337struct GNUNET_FS_Uri *
338GNUNET_FS_uri_sks_create_from_nsid (GNUNET_HashCode *nsid,
339 const char *id);
340
341
342/**
331 * Get the ID of a namespace from the given 343 * Get the ID of a namespace from the given
332 * namespace URI. 344 * namespace URI.
333 * 345 *