aboutsummaryrefslogtreecommitdiff
path: root/src/escrow/plugin_escrow_anastasis.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/escrow/plugin_escrow_anastasis.c')
-rw-r--r--src/escrow/plugin_escrow_anastasis.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/escrow/plugin_escrow_anastasis.c b/src/escrow/plugin_escrow_anastasis.c
index 512918742..5353b435a 100644
--- a/src/escrow/plugin_escrow_anastasis.c
+++ b/src/escrow/plugin_escrow_anastasis.c
@@ -39,7 +39,7 @@ static struct GNUNET_IDENTITY_Handle *identity_handle;
39/** 39/**
40 * Handle for the plugin instance 40 * Handle for the plugin instance
41 */ 41 */
42struct ESCROW_PluginHandle ph; 42static struct ESCROW_PluginHandle ph;
43 43
44 44
45/** 45/**
@@ -88,7 +88,7 @@ start_anastasis_key_escrow (struct GNUNET_ESCROW_Handle *h,
88struct ESCROW_PluginOperationWrapper * 88struct ESCROW_PluginOperationWrapper *
89verify_anastasis_key_escrow (struct GNUNET_ESCROW_Handle *h, 89verify_anastasis_key_escrow (struct GNUNET_ESCROW_Handle *h,
90 struct GNUNET_IDENTITY_Ego *ego, 90 struct GNUNET_IDENTITY_Ego *ego,
91 struct GNUNET_ESCROW_Anchor *anchor, 91 const struct GNUNET_ESCROW_Anchor *anchor,
92 GNUNET_SCHEDULER_TaskCallback cb, 92 GNUNET_SCHEDULER_TaskCallback cb,
93 uint32_t op_id) 93 uint32_t op_id)
94{ 94{
@@ -118,7 +118,7 @@ verify_anastasis_key_escrow (struct GNUNET_ESCROW_Handle *h,
118 */ 118 */
119struct ESCROW_PluginOperationWrapper * 119struct ESCROW_PluginOperationWrapper *
120restore_anastasis_key_escrow (struct GNUNET_ESCROW_Handle *h, 120restore_anastasis_key_escrow (struct GNUNET_ESCROW_Handle *h,
121 struct GNUNET_ESCROW_Anchor *anchor, 121 const struct GNUNET_ESCROW_Anchor *anchor,
122 GNUNET_SCHEDULER_TaskCallback cb, 122 GNUNET_SCHEDULER_TaskCallback cb,
123 uint32_t op_id) 123 uint32_t op_id)
124{ 124{
@@ -168,7 +168,7 @@ cancel_anastasis_operation (struct ESCROW_PluginOperationWrapper *plugin_op_wrap
168/** 168/**
169 * IdentityInitContinuation for the Anastasis plugin 169 * IdentityInitContinuation for the Anastasis plugin
170 */ 170 */
171void 171static void
172anastasis_cont_init () 172anastasis_cont_init ()
173{ 173{
174 return; 174 return;