aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-zoneimport.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/gnunet-zoneimport.c')
-rw-r--r--src/namestore/gnunet-zoneimport.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/namestore/gnunet-zoneimport.c b/src/namestore/gnunet-zoneimport.c
index ce62b52d5..68b43a016 100644
--- a/src/namestore/gnunet-zoneimport.c
+++ b/src/namestore/gnunet-zoneimport.c
@@ -1713,13 +1713,12 @@ process_stdin (void *cls)
1713 * with 'NULL' for @a ego. That does NOT mean that the callback won't 1713 * with 'NULL' for @a ego. That does NOT mean that the callback won't
1714 * be invoked in the future or that there was an error. 1714 * be invoked in the future or that there was an error.
1715 * 1715 *
1716 * When used with #GNUNET_IDENTITY_create or #GNUNET_IDENTITY_get, 1716 * When used with #GNUNET_IDENTITY_create or #GNUNET_IDENTITY_get, this
1717 * this function is only called ONCE, and 'NULL' being passed in 1717 * function is only called ONCE, and 'NULL' being passed in @a ego does
1718 * @a ego does indicate an error (i.e. name is taken or no default 1718 * indicate an error (for example because name is taken or no default value is
1719 * value is known). If @a ego is non-NULL and if '*ctx' 1719 * known). If @a ego is non-NULL and if '*ctx' is set in those callbacks, the
1720 * is set in those callbacks, the value WILL be passed to a subsequent 1720 * value WILL be passed to a subsequent call to the identity callback of
1721 * call to the identity callback of #GNUNET_IDENTITY_connect (if 1721 * #GNUNET_IDENTITY_connect (if that one was not NULL).
1722 * that one was not NULL).
1723 * 1722 *
1724 * When an identity is renamed, this function is called with the 1723 * When an identity is renamed, this function is called with the
1725 * (known) @a ego but the NEW @a name. 1724 * (known) @a ego but the NEW @a name.