aboutsummaryrefslogtreecommitdiff
path: root/src/escrow/escrow_plugin_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/escrow/escrow_plugin_helper.h')
-rw-r--r--src/escrow/escrow_plugin_helper.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/escrow/escrow_plugin_helper.h b/src/escrow/escrow_plugin_helper.h
index 08f024b05..96910ad6a 100644
--- a/src/escrow/escrow_plugin_helper.h
+++ b/src/escrow/escrow_plugin_helper.h
@@ -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);
@@ -77,5 +77,5 @@ GNUNET_ESCROW_list_ego (void *cls,
77 * 77 *
78 * @param ph handle for the plugin 78 * @param ph handle for the plugin
79 */ 79 */
80static void 80void
81GNUNET_ESCROW_cleanup_ego_list (struct EscrowPluginHandle *ph); 81ESCROW_cleanup_ego_list (struct EscrowPluginHandle *ph);