aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_escrow_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_escrow_plugin.h')
-rw-r--r--src/include/gnunet_escrow_plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gnunet_escrow_plugin.h b/src/include/gnunet_escrow_plugin.h
index 4387ff613..b54506970 100644
--- a/src/include/gnunet_escrow_plugin.h
+++ b/src/include/gnunet_escrow_plugin.h
@@ -50,6 +50,7 @@ extern "C" {
50 * @param h the handle for the escrow component 50 * @param h the handle for the escrow component
51 * @param ego the identity ego containing the private key 51 * @param ego the identity ego containing the private key
52 * @param userSecret the user secret (e.g. for derivation of escrow identities) 52 * @param userSecret the user secret (e.g. for derivation of escrow identities)
53 * for GNS escrow, this has to be UNIQUE in the whole network!
53 * @param cb the function called upon completion 54 * @param cb the function called upon completion
54 * @param op_id unique ID of the respective ESCROW_Operation 55 * @param op_id unique ID of the respective ESCROW_Operation
55 * 56 *