aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_escrow_lib.h
diff options
context:
space:
mode:
authorjospaeth <spaethj@in.tum.de>2020-07-12 19:42:45 +0200
committerjospaeth <spaethj@in.tum.de>2020-07-12 19:42:45 +0200
commit97444379672ac580b2ee3f81f0b6fdbae9d0a3f2 (patch)
tree34272f4e9573cb2e295b8ad007710c847cd10947 /src/include/gnunet_escrow_lib.h
parent45016bc5f75a0182db4596df54bf68fe83ecd12a (diff)
downloadgnunet-97444379672ac580b2ee3f81f0b6fdbae9d0a3f2.tar.gz
gnunet-97444379672ac580b2ee3f81f0b6fdbae9d0a3f2.zip
add escrow API
Diffstat (limited to 'src/include/gnunet_escrow_lib.h')
-rw-r--r--src/include/gnunet_escrow_lib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gnunet_escrow_lib.h b/src/include/gnunet_escrow_lib.h
index 21d1b4d19..d2d5e012a 100644
--- a/src/include/gnunet_escrow_lib.h
+++ b/src/include/gnunet_escrow_lib.h
@@ -82,6 +82,7 @@ GNUNET_ESCROW_renew (
82 * Get the escrowed data back 82 * Get the escrowed data back
83 * 83 *
84 * @param escrowAnchor the escrow anchor returned by the GNUNET_ESCROW_put method 84 * @param escrowAnchor the escrow anchor returned by the GNUNET_ESCROW_put method
85 * @param egoName the name of the ego to get back
85 * @param method the escrow method to use 86 * @param method the escrow method to use
86 * 87 *
87 * @return a new identity ego restored from the escrow 88 * @return a new identity ego restored from the escrow
@@ -89,6 +90,7 @@ GNUNET_ESCROW_renew (
89const struct GNUNET_IDENTITY_Ego * 90const struct GNUNET_IDENTITY_Ego *
90GNUNET_ESCROW_get ( 91GNUNET_ESCROW_get (
91 void *escrowAnchor, 92 void *escrowAnchor,
93 char *egoName,
92 enum GNUNET_ESCROW_Key_Escrow_Method method); 94 enum GNUNET_ESCROW_Key_Escrow_Method method);
93 95
94 96