aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_escrow_lib.h
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/include/gnunet_escrow_lib.h
parent41cfd97254ab205c8405f21900d26a6c2ab88127 (diff)
downloadgnunet-7dc7d65cd35ac00c7495d81da4456b73c1928b11.tar.gz
gnunet-7dc7d65cd35ac00c7495d81da4456b73c1928b11.zip
begin implementation of the GNS escrow
Diffstat (limited to 'src/include/gnunet_escrow_lib.h')
-rw-r--r--src/include/gnunet_escrow_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_escrow_lib.h b/src/include/gnunet_escrow_lib.h
index 9a6849a52..3573f4870 100644
--- a/src/include/gnunet_escrow_lib.h
+++ b/src/include/gnunet_escrow_lib.h
@@ -295,7 +295,7 @@ struct GNUNET_ESCROW_Operation *
295GNUNET_ESCROW_get ( 295GNUNET_ESCROW_get (
296 struct GNUNET_ESCROW_Handle *h, 296 struct GNUNET_ESCROW_Handle *h,
297 struct GNUNET_ESCROW_Anchor *escrowAnchor, 297 struct GNUNET_ESCROW_Anchor *escrowAnchor,
298 char *egoName, 298 const char *egoName,
299 enum GNUNET_ESCROW_Key_Escrow_Method method, 299 enum GNUNET_ESCROW_Key_Escrow_Method method,
300 GNUNET_ESCROW_EgoContinuation cb, 300 GNUNET_ESCROW_EgoContinuation cb,
301 void *cb_cls); 301 void *cb_cls);