aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_escrow_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_escrow_lib.h')
-rw-r--r--src/include/gnunet_escrow_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_escrow_lib.h b/src/include/gnunet_escrow_lib.h
index 864d6356d..546fdfeb9 100644
--- a/src/include/gnunet_escrow_lib.h
+++ b/src/include/gnunet_escrow_lib.h
@@ -120,7 +120,7 @@ typedef void (*GNUNET_ESCROW_IdentityInitContinuation) ();
120 * because of an escrow GET operation. 120 * because of an escrow GET operation.
121 */ 121 */
122typedef void (*GNUNET_ESCROW_EgoCreateContinuation) ( 122typedef void (*GNUNET_ESCROW_EgoCreateContinuation) (
123 const struct GNUNET_IDENTITY_Ego *ego); 123 struct GNUNET_IDENTITY_Ego *ego);
124 124
125/** 125/**
126 * Continuation for PUT operations. 126 * Continuation for PUT operations.
@@ -143,7 +143,7 @@ typedef void (*GNUNET_ESCROW_AnchorContinuation) (
143 */ 143 */
144typedef void (*GNUNET_ESCROW_EgoContinuation) ( 144typedef void (*GNUNET_ESCROW_EgoContinuation) (
145 void *cls, 145 void *cls,
146 const struct GNUNET_IDENTITY_Ego *ego, 146 struct GNUNET_IDENTITY_Ego *ego,
147 const char *emsg); 147 const char *emsg);
148 148
149/** 149/**