aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/gnunet_identity_service.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/include/gnunet_identity_service.h b/src/include/gnunet_identity_service.h
index 49b269604..fe1e4d206 100644
--- a/src/include/gnunet_identity_service.h
+++ b/src/include/gnunet_identity_service.h
@@ -156,7 +156,7 @@ GNUNET_IDENTITY_connect (const struct GNUNET_CONFIGURATION_Handle *cfg,
156 156
157 157
158/** 158/**
159 * Obtain the identity that is currently preferred/default 159 * Obtain the ego that is currently preferred/default
160 * for a service. 160 * for a service.
161 * 161 *
162 * @param id identity service to query 162 * @param id identity service to query
@@ -184,7 +184,7 @@ typedef void (*GNUNET_IDENTITY_Continuation)(void *cls,
184 184
185 185
186/** 186/**
187 * Set the preferred/default identity for a service. 187 * Set the preferred/default ego for a service.
188 * 188 *
189 * @param id identity service to inform 189 * @param id identity service to inform
190 * @param service_name for which service is an identity set 190 * @param service_name for which service is an identity set
@@ -211,7 +211,7 @@ GNUNET_IDENTITY_disconnect (struct GNUNET_IDENTITY_Handle *h);
211 211
212 212
213/** 213/**
214 * Create a new identity with the given name. 214 * Create a new ego with the given name.
215 * 215 *
216 * @param id identity service to use 216 * @param id identity service to use
217 * @param name desired name 217 * @param name desired name
@@ -227,7 +227,7 @@ GNUNET_IDENTITY_create (struct GNUNET_IDENTITY_Handle *id,
227 227
228 228
229/** 229/**
230 * Renames an existing identity. 230 * Renames an existing ego.
231 * 231 *
232 * @param id identity service to use 232 * @param id identity service to use
233 * @param old_name old name 233 * @param old_name old name
@@ -245,7 +245,7 @@ GNUNET_IDENTITY_rename (struct GNUNET_IDENTITY_Handle *id,
245 245
246 246
247/** 247/**
248 * Delete an existing identity. 248 * Delete an existing ego.
249 * 249 *
250 * @param id identity service to use 250 * @param id identity service to use
251 * @param name name of the identity to delete 251 * @param name name of the identity to delete