From 2f20415d075a69198ede195e800b3cfc56a94f90 Mon Sep 17 00:00:00 2001 From: jospaeth Date: Wed, 15 Jul 2020 17:49:00 +0200 Subject: fix static, fix method names --- src/escrow/plugin_escrow_plaintext.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/escrow/plugin_escrow_plaintext.c') diff --git a/src/escrow/plugin_escrow_plaintext.c b/src/escrow/plugin_escrow_plaintext.c index 2213b334c..3d15167b9 100644 --- a/src/escrow/plugin_escrow_plaintext.c +++ b/src/escrow/plugin_escrow_plaintext.c @@ -193,7 +193,7 @@ libgnunet_plugin_escrow_plaintext_init (void *cls) ph.cont = &plaintext_cont_init; identity_handle = GNUNET_IDENTITY_connect (cfg, - &GNUNET_ESCROW_list_ego, + &ESCROW_list_ego, &ph); return api; @@ -213,7 +213,7 @@ libgnunet_plugin_escrow_plaintext_done (void *cls) GNUNET_free (api); GNUNET_IDENTITY_disconnect (identity_handle); - GNUNET_ESCROW_cleanup_ego_list (&ph); + ESCROW_cleanup_ego_list (&ph); return NULL; } -- cgit v1.2.3