aboutsummaryrefslogtreecommitdiff
path: root/src/escrow/plugin_escrow_gns.c
diff options
context:
space:
mode:
authorjospaeth <spaethj@in.tum.de>2020-09-06 15:04:50 +0200
committerjospaeth <spaethj@in.tum.de>2020-09-06 15:04:50 +0200
commit03b7dd8d216b6d14cf0abd66b23f01b2ea94fab1 (patch)
tree1df4db57e573ba300add2d5af8f804c444342268 /src/escrow/plugin_escrow_gns.c
parentf05dbd1b35316d10629247f7c0398f8ec2c70d93 (diff)
downloadgnunet-03b7dd8d216b6d14cf0abd66b23f01b2ea94fab1.tar.gz
gnunet-03b7dd8d216b6d14cf0abd66b23f01b2ea94fab1.zip
add escrow REST plugin
Diffstat (limited to 'src/escrow/plugin_escrow_gns.c')
-rw-r--r--src/escrow/plugin_escrow_gns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/escrow/plugin_escrow_gns.c b/src/escrow/plugin_escrow_gns.c
index 96a7252ec..908c7bb44 100644
--- a/src/escrow/plugin_escrow_gns.c
+++ b/src/escrow/plugin_escrow_gns.c
@@ -1507,7 +1507,7 @@ verify_gns_key_escrow (struct GNUNET_ESCROW_Handle *h,
1507 1507
1508 1508
1509void 1509void
1510ego_created (const struct GNUNET_IDENTITY_Ego *ego) 1510ego_created (struct GNUNET_IDENTITY_Ego *ego)
1511{ 1511{
1512 struct ESCROW_PluginOperationWrapper *curr; 1512 struct ESCROW_PluginOperationWrapper *curr;
1513 struct ESCROW_GnsPluginOperation *curr_p_op; 1513 struct ESCROW_GnsPluginOperation *curr_p_op;