aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_identity_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-21 22:27:17 +0000
committerChristian Grothoff <christian@grothoff.org>2016-06-21 22:27:17 +0000
commitdd9ed7931e52705b216c346127108520c5e4460b (patch)
tree3091fc4c7d2eaa93c5cd746e3d7ac155c2ff815e /src/include/gnunet_identity_service.h
parent028d6d5d44aa4affbc5e78d5bb26a9254fe7a13b (diff)
downloadgnunet-dd9ed7931e52705b216c346127108520c5e4460b.tar.gz
gnunet-dd9ed7931e52705b216c346127108520c5e4460b.zip
rework identity API to use new MQ API
Diffstat (limited to 'src/include/gnunet_identity_service.h')
-rw-r--r--src/include/gnunet_identity_service.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/include/gnunet_identity_service.h b/src/include/gnunet_identity_service.h
index e07951de7..a303e6778 100644
--- a/src/include/gnunet_identity_service.h
+++ b/src/include/gnunet_identity_service.h
@@ -105,8 +105,7 @@ GNUNET_IDENTITY_ego_get_public_key (const struct GNUNET_IDENTITY_Ego *ego,
105 105
106 106
107/** 107/**
108 * Method called to inform about the egos of 108 * Method called to inform about the egos of this peer.
109 * this peer.
110 * 109 *
111 * When used with #GNUNET_IDENTITY_connect, this function is 110 * When used with #GNUNET_IDENTITY_connect, this function is
112 * initially called for all egos and then again whenever a 111 * initially called for all egos and then again whenever a
@@ -161,8 +160,7 @@ GNUNET_IDENTITY_connect (const struct GNUNET_CONFIGURATION_Handle *cfg,
161 160
162 161
163/** 162/**
164 * Obtain the ego that is currently preferred/default 163 * Obtain the ego that is currently preferred/default for a service.
165 * for a service.
166 * 164 *
167 * @param id identity service to query 165 * @param id identity service to query
168 * @param service_name for which service is an identity wanted 166 * @param service_name for which service is an identity wanted