aboutsummaryrefslogtreecommitdiff
path: root/src/escrow/escrow_api.c
diff options
context:
space:
mode:
authorjospaeth <spaethj@in.tum.de>2020-08-08 17:11:05 +0200
committerjospaeth <spaethj@in.tum.de>2020-08-08 17:11:05 +0200
commit7dc7d65cd35ac00c7495d81da4456b73c1928b11 (patch)
treea8d6ebd7562abe31827c60442399d9e83d67da1a /src/escrow/escrow_api.c
parent41cfd97254ab205c8405f21900d26a6c2ab88127 (diff)
downloadgnunet-7dc7d65cd35ac00c7495d81da4456b73c1928b11.tar.gz
gnunet-7dc7d65cd35ac00c7495d81da4456b73c1928b11.zip
begin implementation of the GNS escrow
Diffstat (limited to 'src/escrow/escrow_api.c')
-rw-r--r--src/escrow/escrow_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/escrow/escrow_api.c b/src/escrow/escrow_api.c
index 7714152c0..49f5c3dea 100644
--- a/src/escrow/escrow_api.c
+++ b/src/escrow/escrow_api.c
@@ -293,7 +293,7 @@ handle_restore_key_result (void *cls)
293struct GNUNET_ESCROW_Operation * 293struct GNUNET_ESCROW_Operation *
294GNUNET_ESCROW_get (struct GNUNET_ESCROW_Handle *h, 294GNUNET_ESCROW_get (struct GNUNET_ESCROW_Handle *h,
295 struct GNUNET_ESCROW_Anchor *escrowAnchor, 295 struct GNUNET_ESCROW_Anchor *escrowAnchor,
296 char *egoName, 296 const char *egoName,
297 enum GNUNET_ESCROW_Key_Escrow_Method method, 297 enum GNUNET_ESCROW_Key_Escrow_Method method,
298 GNUNET_ESCROW_EgoContinuation cb, 298 GNUNET_ESCROW_EgoContinuation cb,
299 void *cb_cls) 299 void *cb_cls)