aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/plugin_rest_reclaim.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/reclaim/plugin_rest_reclaim.c')
-rw-r--r--src/reclaim/plugin_rest_reclaim.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/reclaim/plugin_rest_reclaim.c b/src/reclaim/plugin_rest_reclaim.c
index 39d24ea61..1d1231cbd 100644
--- a/src/reclaim/plugin_rest_reclaim.c
+++ b/src/reclaim/plugin_rest_reclaim.c
@@ -1332,13 +1332,12 @@ options_cont (struct GNUNET_REST_RequestHandle *con_handle,
1332 * with 'NULL' for 'ego'. That does NOT mean that the callback won't 1332 * with 'NULL' for 'ego'. That does NOT mean that the callback won't
1333 * be invoked in the future or that there was an error. 1333 * be invoked in the future or that there was an error.
1334 * 1334 *
1335 * When used with 'GNUNET_IDENTITY_create' or 'GNUNET_IDENTITY_get', 1335 * When used with 'GNUNET_IDENTITY_create' or 'GNUNET_IDENTITY_get', this
1336 * this function is only called ONCE, and 'NULL' being passed in 1336 * function is only called ONCE, and 'NULL' being passed in 'ego' does
1337 * 'ego' does indicate an error (i.e. name is taken or no default 1337 * indicate an error (for example because name is taken or no default value is
1338 * value is known). If 'ego' is non-NULL and if '*ctx' 1338 * known). If 'ego' is non-NULL and if '*ctx' is set in those callbacks, the
1339 * is set in those callbacks, the value WILL be passed to a subsequent 1339 * value WILL be passed to a subsequent call to the identity callback of
1340 * call to the identity callback of 'GNUNET_IDENTITY_connect' (if 1340 * 'GNUNET_IDENTITY_connect' (if that one was not NULL).
1341 * that one was not NULL).
1342 * 1341 *
1343 * When an identity is renamed, this function is called with the 1342 * When an identity is renamed, this function is called with the
1344 * (known) ego but the NEW identifier. 1343 * (known) ego but the NEW identifier.