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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/gnunet_escrow_lib.h b/src/include/gnunet_escrow_lib.h
index e02906934..64422b1eb 100644
--- a/src/include/gnunet_escrow_lib.h
+++ b/src/include/gnunet_escrow_lib.h
@@ -311,7 +311,6 @@ GNUNET_ESCROW_put (
311 * 311 *
312 * @param h the handle for the escrow component 312 * @param h the handle for the escrow component
313 * @param anchor the escrow anchor returned by the GNUNET_ESCROW_put method 313 * @param anchor the escrow anchor returned by the GNUNET_ESCROW_put method
314 * @param method the escrow method to use
315 * @param cb function to call with the restored ego on completion 314 * @param cb function to call with the restored ego on completion
316 * @param cb_cls closure for @a cb 315 * @param cb_cls closure for @a cb
317 * 316 *
@@ -321,7 +320,6 @@ struct GNUNET_ESCROW_Operation *
321GNUNET_ESCROW_get ( 320GNUNET_ESCROW_get (
322 struct GNUNET_ESCROW_Handle *h, 321 struct GNUNET_ESCROW_Handle *h,
323 const struct GNUNET_ESCROW_Anchor *anchor, 322 const struct GNUNET_ESCROW_Anchor *anchor,
324 enum GNUNET_ESCROW_Key_Escrow_Method method,
325 GNUNET_ESCROW_EgoContinuation cb, 323 GNUNET_ESCROW_EgoContinuation cb,
326 void *cb_cls); 324 void *cb_cls);
327 325