aboutsummaryrefslogtreecommitdiff
path: root/src/escrow/escrow_plugin_helper.c
diff options
context:
space:
mode:
authorjospaeth <spaethj@in.tum.de>2020-07-15 17:49:00 +0200
committerjospaeth <spaethj@in.tum.de>2020-07-15 17:49:00 +0200
commit2f20415d075a69198ede195e800b3cfc56a94f90 (patch)
treed01eabde05a8114cbb7d2df7922cb9529fe241e0 /src/escrow/escrow_plugin_helper.c
parent3192c1c84a8cf6aa81e55ac647adf125cbd88904 (diff)
downloadgnunet-2f20415d075a69198ede195e800b3cfc56a94f90.tar.gz
gnunet-2f20415d075a69198ede195e800b3cfc56a94f90.zip
fix static, fix method names
Diffstat (limited to 'src/escrow/escrow_plugin_helper.c')
-rw-r--r--src/escrow/escrow_plugin_helper.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/escrow/escrow_plugin_helper.c b/src/escrow/escrow_plugin_helper.c
index 15260f639..1869e23db 100644
--- a/src/escrow/escrow_plugin_helper.c
+++ b/src/escrow/escrow_plugin_helper.c
@@ -65,8 +65,8 @@
65 * NULL if the user just deleted the ego and it 65 * NULL if the user just deleted the ego and it
66 * must thus no longer be used 66 * must thus no longer be used
67 */ 67 */
68static void 68void
69GNUNET_ESCROW_list_ego (void *cls, 69ESCROW_list_ego (void *cls,
70 struct GNUNET_IDENTITY_Ego *ego, 70 struct GNUNET_IDENTITY_Ego *ego,
71 void **ctx, 71 void **ctx,
72 const char *identifier) 72 const char *identifier)
@@ -151,8 +151,8 @@ GNUNET_ESCROW_list_ego (void *cls,
151 * 151 *
152 * @param ph handle for the plugin 152 * @param ph handle for the plugin
153 */ 153 */
154static void 154void
155GNUNET_ESCROW_cleanup_ego_list (struct EscrowPluginHandle *ph) 155ESCROW_cleanup_ego_list (struct EscrowPluginHandle *ph)
156{ 156{
157 struct EgoEntry *ego_entry; 157 struct EgoEntry *ego_entry;
158 158