aboutsummaryrefslogtreecommitdiff
path: root/include/gnunet_chat_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gnunet_chat_lib.h')
-rw-r--r--include/gnunet_chat_lib.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/gnunet_chat_lib.h b/include/gnunet_chat_lib.h
index 6d3a581..2590dd2 100644
--- a/include/gnunet_chat_lib.h
+++ b/include/gnunet_chat_lib.h
@@ -365,12 +365,9 @@ GNUNET_CHAT_account_create (struct GNUNET_CHAT_Handle *handle,
365 * Deletes an existing chat account of a given chat <i>handle</i> under a 365 * Deletes an existing chat account of a given chat <i>handle</i> under a
366 * unique <i>name</i>. 366 * unique <i>name</i>.
367 * 367 *
368 * If there is no account known to this chat handle under the provided name, the
369 * function will fail and return #GNUNET_NO.
370 *
371 * @param[in,out] handle Chat handle 368 * @param[in,out] handle Chat handle
372 * @param[in] name Account name 369 * @param[in] name Account name
373 * @return #GNUNET_OK on success, #GNUNET_NO on failure and otherwise #GNUNET_SYSERR 370 * @return #GNUNET_OK on success, otherwise #GNUNET_SYSERR
374 */ 371 */
375int 372int
376GNUNET_CHAT_account_delete(struct GNUNET_CHAT_Handle *handle, 373GNUNET_CHAT_account_delete(struct GNUNET_CHAT_Handle *handle,