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.h26
1 files changed, 20 insertions, 6 deletions
diff --git a/src/include/gnunet_fs_service.h b/src/include/gnunet_fs_service.h
index 18e7afcc2..961dab4e2 100644
--- a/src/include/gnunet_fs_service.h
+++ b/src/include/gnunet_fs_service.h
@@ -312,6 +312,26 @@ GNUNET_FS_uri_test_sks (const struct GNUNET_FS_Uri *uri);
312 312
313 313
314/** 314/**
315 * Handle to one of our namespaces.
316 */
317struct GNUNET_FS_Namespace;
318
319
320/**
321 * Create an SKS URI from a namespace and an identifier.
322 *
323 * @param ns namespace
324 * @param id identifier
325 * @param emsg where to store an error message
326 * @return an FS URI for the given namespace and identifier
327 */
328struct GNUNET_FS_Uri *
329GNUNET_FS_uri_sks_create (struct GNUNET_FS_Namespace *ns,
330 const char *id,
331 char **emsg);
332
333
334/**
315 * Get the ID of a namespace from the given 335 * Get the ID of a namespace from the given
316 * namespace URI. 336 * namespace URI.
317 * 337 *
@@ -655,12 +675,6 @@ enum GNUNET_FS_Status
655 675
656 676
657/** 677/**
658 * Handle to one of our namespaces.
659 */
660struct GNUNET_FS_Namespace;
661
662
663/**
664 * Handle for controlling an upload. 678 * Handle for controlling an upload.
665 */ 679 */
666struct GNUNET_FS_PublishContext; 680struct GNUNET_FS_PublishContext;