aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_escrow_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_escrow_plugin.h')
-rw-r--r--src/include/gnunet_escrow_plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_escrow_plugin.h b/src/include/gnunet_escrow_plugin.h
index dbdf6dce6..3095d3616 100644
--- a/src/include/gnunet_escrow_plugin.h
+++ b/src/include/gnunet_escrow_plugin.h
@@ -68,7 +68,7 @@ typedef struct ESCROW_PluginOperationWrapper *(*GNUNET_ESCROW_StartKeyEscrowFunc
68 * 68 *
69 * @param h the handle for the escrow component 69 * @param h the handle for the escrow component
70 * @param ego the identity ego containing the private key 70 * @param ego the identity ego containing the private key
71 * @param escrowAnchor the escrow anchor needed to restore the key 71 * @param anchor the escrow anchor needed to restore the key
72 * @param cb the function called upon completion 72 * @param cb the function called upon completion
73 * @param op_id unique ID of the respective ESCROW_Operation 73 * @param op_id unique ID of the respective ESCROW_Operation
74 * 74 *
@@ -77,7 +77,7 @@ typedef struct ESCROW_PluginOperationWrapper *(*GNUNET_ESCROW_StartKeyEscrowFunc
77typedef struct ESCROW_PluginOperationWrapper *(*GNUNET_ESCROW_VerifyKeyEscrowFunction) ( 77typedef struct ESCROW_PluginOperationWrapper *(*GNUNET_ESCROW_VerifyKeyEscrowFunction) (
78 struct GNUNET_ESCROW_Handle *h, 78 struct GNUNET_ESCROW_Handle *h,
79 struct GNUNET_IDENTITY_Ego *ego, 79 struct GNUNET_IDENTITY_Ego *ego,
80 struct GNUNET_ESCROW_Anchor *escrowAnchor, 80 struct GNUNET_ESCROW_Anchor *anchor,
81 GNUNET_SCHEDULER_TaskCallback cb, 81 GNUNET_SCHEDULER_TaskCallback cb,
82 uint32_t op_id); 82 uint32_t op_id);
83 83