aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_identity_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_identity_service.h')
-rw-r--r--src/include/gnunet_identity_service.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/include/gnunet_identity_service.h b/src/include/gnunet_identity_service.h
index 2974568db..c123983e2 100644
--- a/src/include/gnunet_identity_service.h
+++ b/src/include/gnunet_identity_service.h
@@ -210,13 +210,12 @@ GNUNET_IDENTITY_ego_get_public_key (struct GNUNET_IDENTITY_Ego *ego,
210 * with 'NULL' for @a ego. That does NOT mean that the callback won't 210 * with 'NULL' for @a ego. That does NOT mean that the callback won't
211 * be invoked in the future or that there was an error. 211 * be invoked in the future or that there was an error.
212 * 212 *
213 * When used with #GNUNET_IDENTITY_create or #GNUNET_IDENTITY_get, 213 * When used with #GNUNET_IDENTITY_create or #GNUNET_IDENTITY_get, this
214 * this function is only called ONCE, and 'NULL' being passed in 214 * function is only called ONCE, and 'NULL' being passed in @a ego does
215 * @a ego does indicate an error (i.e. name is taken or no default 215 * indicate an error (for example because name is taken or no default value is
216 * value is known). If @a ego is non-NULL and if '*ctx' 216 * known). If @a ego is non-NULL and if '*ctx' is set in those callbacks, the
217 * is set in those callbacks, the value WILL be passed to a subsequent 217 * value WILL be passed to a subsequent call to the identity callback of
218 * call to the identity callback of #GNUNET_IDENTITY_connect (if 218 * #GNUNET_IDENTITY_connect (if that one was not NULL).
219 * that one was not NULL).
220 * 219 *
221 * When an identity is renamed, this function is called with the 220 * When an identity is renamed, this function is called with the
222 * (known) @a ego but the NEW @a name. 221 * (known) @a ego but the NEW @a name.
@@ -768,7 +767,7 @@ struct GNUNET_IDENTITY_EgoSuffixLookup;
768 767
769/** 768/**
770 * Obtain the ego with the maximum suffix match between the 769 * Obtain the ego with the maximum suffix match between the
771 * ego's name and the given domain name @a suffix. I.e., given 770 * ego's name and the given domain name @a suffix. For example, given
772 * a @a suffix "a.b.c" and egos with names "d.a.b.c", "b.c" and "c", 771 * a @a suffix "a.b.c" and egos with names "d.a.b.c", "b.c" and "c",
773 * we return the ego for "b.c". 772 * we return the ego for "b.c".
774 * 773 *