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 3095d3616..bc1ea6f52 100644
--- a/src/include/gnunet_escrow_plugin.h
+++ b/src/include/gnunet_escrow_plugin.h
@@ -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 *anchor, 80 const 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
@@ -93,7 +93,7 @@ typedef struct ESCROW_PluginOperationWrapper *(*GNUNET_ESCROW_VerifyKeyEscrowFun
93 */ 93 */
94typedef struct ESCROW_PluginOperationWrapper *(*GNUNET_ESCROW_RestoreKeyFunction) ( 94typedef struct ESCROW_PluginOperationWrapper *(*GNUNET_ESCROW_RestoreKeyFunction) (
95 struct GNUNET_ESCROW_Handle *h, 95 struct GNUNET_ESCROW_Handle *h,
96 struct GNUNET_ESCROW_Anchor *anchor, 96 const struct GNUNET_ESCROW_Anchor *anchor,
97 GNUNET_SCHEDULER_TaskCallback cb, 97 GNUNET_SCHEDULER_TaskCallback cb,
98 uint32_t op_id); 98 uint32_t op_id);
99 99