summaryrefslogtreecommitdiff
path: root/src/fs/fs_publish_ublock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs_publish_ublock.h')
-rw-r--r--src/fs/fs_publish_ublock.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/src/fs/fs_publish_ublock.h b/src/fs/fs_publish_ublock.h
index 9d0a518c6..83c6a50aa 100644
--- a/src/fs/fs_publish_ublock.h
+++ b/src/fs/fs_publish_ublock.h
@@ -44,11 +44,11 @@
44 * @param output where to write the result, has input_len bytes 44 * @param output where to write the result, has input_len bytes
45 */ 45 */
46void 46void
47GNUNET_FS_ublock_decrypt_(const void *input, 47GNUNET_FS_ublock_decrypt_ (const void *input,
48 size_t input_len, 48 size_t input_len,
49 const struct GNUNET_CRYPTO_EcdsaPublicKey *ns, 49 const struct GNUNET_CRYPTO_EcdsaPublicKey *ns,
50 const char *label, 50 const char *label,
51 void *output); 51 void *output);
52 52
53 53
54/** 54/**
@@ -85,16 +85,16 @@ typedef void (*GNUNET_FS_UBlockContinuation) (void *cls,
85 * @return NULL on error ('cont' will still be called) 85 * @return NULL on error ('cont' will still be called)
86 */ 86 */
87struct GNUNET_FS_PublishUblockContext * 87struct GNUNET_FS_PublishUblockContext *
88GNUNET_FS_publish_ublock_(struct GNUNET_FS_Handle *h, 88GNUNET_FS_publish_ublock_ (struct GNUNET_FS_Handle *h,
89 struct GNUNET_DATASTORE_Handle *dsh, 89 struct GNUNET_DATASTORE_Handle *dsh,
90 const char *label, 90 const char *label,
91 const char *ulabel, 91 const char *ulabel,
92 const struct GNUNET_CRYPTO_EcdsaPrivateKey *ns, 92 const struct GNUNET_CRYPTO_EcdsaPrivateKey *ns,
93 const struct GNUNET_CONTAINER_MetaData *meta, 93 const struct GNUNET_CONTAINER_MetaData *meta,
94 const struct GNUNET_FS_Uri *uri, 94 const struct GNUNET_FS_Uri *uri,
95 const struct GNUNET_FS_BlockOptions *bo, 95 const struct GNUNET_FS_BlockOptions *bo,
96 enum GNUNET_FS_PublishOptions options, 96 enum GNUNET_FS_PublishOptions options,
97 GNUNET_FS_UBlockContinuation cont, void *cont_cls); 97 GNUNET_FS_UBlockContinuation cont, void *cont_cls);
98 98
99 99
100/** 100/**
@@ -103,6 +103,6 @@ GNUNET_FS_publish_ublock_(struct GNUNET_FS_Handle *h,
103 * @param uc operation to abort. 103 * @param uc operation to abort.
104 */ 104 */
105void 105void
106GNUNET_FS_publish_ublock_cancel_(struct GNUNET_FS_PublishUblockContext *uc); 106GNUNET_FS_publish_ublock_cancel_ (struct GNUNET_FS_PublishUblockContext *uc);
107 107
108#endif 108#endif