aboutsummaryrefslogtreecommitdiff
path: root/src/messenger/gnunet-service-messenger_handle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/messenger/gnunet-service-messenger_handle.h')
-rw-r--r--src/messenger/gnunet-service-messenger_handle.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/messenger/gnunet-service-messenger_handle.h b/src/messenger/gnunet-service-messenger_handle.h
index 70b2cac6d..d8ff3aaa8 100644
--- a/src/messenger/gnunet-service-messenger_handle.h
+++ b/src/messenger/gnunet-service-messenger_handle.h
@@ -112,7 +112,7 @@ change_handle_member_id (struct GNUNET_MESSENGER_SrvHandle *handle, const struct
112 * Sets the EGO used by a given <i>handle</i>. 112 * Sets the EGO used by a given <i>handle</i>.
113 * 113 *
114 * @param[in/out] handle Handle 114 * @param[in/out] handle Handle
115 * @param[in] ego EGO keypair 115 * @param[in] ego EGO key pair
116 */ 116 */
117void 117void
118set_handle_ego (struct GNUNET_MESSENGER_SrvHandle *handle, const struct GNUNET_MESSENGER_Ego *ego); 118set_handle_ego (struct GNUNET_MESSENGER_SrvHandle *handle, const struct GNUNET_MESSENGER_Ego *ego);
@@ -121,7 +121,7 @@ set_handle_ego (struct GNUNET_MESSENGER_SrvHandle *handle, const struct GNUNET_M
121 * Returns the EGO used by a given <i>handle</i>. 121 * Returns the EGO used by a given <i>handle</i>.
122 * 122 *
123 * @param[in] handle Handle 123 * @param[in] handle Handle
124 * @return EGO keypair 124 * @return EGO key pair
125 */ 125 */
126const struct GNUNET_MESSENGER_Ego* 126const struct GNUNET_MESSENGER_Ego*
127get_handle_ego (const struct GNUNET_MESSENGER_SrvHandle *handle); 127get_handle_ego (const struct GNUNET_MESSENGER_SrvHandle *handle);
@@ -136,7 +136,7 @@ void
136setup_handle_name (struct GNUNET_MESSENGER_SrvHandle *handle, const char *name); 136setup_handle_name (struct GNUNET_MESSENGER_SrvHandle *handle, const char *name);
137 137
138/** 138/**
139 * Tries to change the keypair of an EGO of a <i>handle</i> under the same name and informs all rooms 139 * Tries to change the key pair of an EGO of a <i>handle</i> under the same name and informs all rooms
140 * about the change automatically. 140 * about the change automatically.
141 * 141 *
142 * @param[in/out] handle Handle 142 * @param[in/out] handle Handle