aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_escrow_lib.h
diff options
context:
space:
mode:
authorjospaeth <spaethj@in.tum.de>2020-07-19 14:05:32 +0200
committerjospaeth <spaethj@in.tum.de>2020-07-19 14:05:32 +0200
commit3a4b9fedc88c8c30e25a32336c512c387e00436e (patch)
tree7d610109b04d9b0bc7dfcc348a6d17e38c56d5e6 /src/include/gnunet_escrow_lib.h
parent15ad508b20fbca46d8b9a8682a723b34098545bf (diff)
downloadgnunet-3a4b9fedc88c8c30e25a32336c512c387e00436e.tar.gz
gnunet-3a4b9fedc88c8c30e25a32336c512c387e00436e.zip
fix plaintext escrow
Diffstat (limited to 'src/include/gnunet_escrow_lib.h')
-rw-r--r--src/include/gnunet_escrow_lib.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/gnunet_escrow_lib.h b/src/include/gnunet_escrow_lib.h
index 4f6652e88..92bd8697e 100644
--- a/src/include/gnunet_escrow_lib.h
+++ b/src/include/gnunet_escrow_lib.h
@@ -84,6 +84,13 @@ struct GNUNET_ESCROW_Anchor {
84typedef void (*GNUNET_ESCROW_IdentityInitContinuation) (); 84typedef void (*GNUNET_ESCROW_IdentityInitContinuation) ();
85 85
86/** 86/**
87 * Function called after the creation of an ego in case that happened
88 * because of an escrow GET operation.
89 */
90typedef void (*GNUNET_ESCROW_EgoCreateContinuation) (
91 const struct GNUNET_IDENTITY_Ego *ego);
92
93/**
87 * Continuation for PUT and RENEW operations. 94 * Continuation for PUT and RENEW operations.
88 * 95 *
89 * @param cls closure 96 * @param cls closure