aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-04-06 02:30:45 +0200
committerTheJackiMonster <thejackimonster@gmail.com>2022-04-06 02:30:45 +0200
commit4423dd264ef99fe9617e5d871857d15e88639f51 (patch)
treeb242b1ad2fb5d433000dd6d5c1f1d6d5b9c665dd /include
parentde5dccb421f01bb09764ae1da40cb226c30b8d45 (diff)
downloadlibgnunetchat-4423dd264ef99fe9617e5d871857d15e88639f51.tar.gz
libgnunetchat-4423dd264ef99fe9617e5d871857d15e88639f51.zip
Added some safety for stopping chat handle
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'include')
-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,