gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit 60ee118b5add48c41fb085e52484adb32a267d59
parent 9fc4769028236bb2c83b956e1afcba3e5257f936
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 29 Aug 2013 22:32:22 +0000

-doxygen fix

Diffstat:
Msrc/identity/identity_api_lookup.c | 2+-
Msrc/include/gnunet_identity_service.h | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/identity/identity_api_lookup.c b/src/identity/identity_api_lookup.c @@ -75,7 +75,7 @@ struct GNUNET_IDENTITY_EgoLookup * * @param cls closure with the `struct GNUNET_IDENTITY_EgoLookup` * @param ego ego handle - * @param ego_ctx context for application to store data for this ego + * @param ctx context for application to store data for this ego * (during the lifetime of this process, initially NULL) * @param name name assigned by the user for this ego, * NULL if the user just deleted the ego and it diff --git a/src/include/gnunet_identity_service.h b/src/include/gnunet_identity_service.h @@ -129,7 +129,7 @@ GNUNET_IDENTITY_ego_get_public_key (const struct GNUNET_IDENTITY_Ego *ego, * * @param cls closure * @param ego ego handle - * @param ego_ctx context for application to store data for this ego + * @param ctx context for application to store data for this ego * (during the lifetime of this process, initially NULL) * @param name name assigned by the user for this ego, * NULL if the user just deleted the ego and it