diff options
Diffstat (limited to 'include/gnunet_chat_lib.h')
-rw-r--r-- | include/gnunet_chat_lib.h | 5 |
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, * Deletes an existing chat account of a given chat <i>handle</i> under a * unique <i>name</i>. * - * If there is no account known to this chat handle under the provided name, the - * function will fail and return #GNUNET_NO. - * * @param[in,out] handle Chat handle * @param[in] name Account name - * @return #GNUNET_OK on success, #GNUNET_NO on failure and otherwise #GNUNET_SYSERR + * @return #GNUNET_OK on success, otherwise #GNUNET_SYSERR */ int GNUNET_CHAT_account_delete(struct GNUNET_CHAT_Handle *handle, |