summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/tox.h')
-rw-r--r--toxcore/tox.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/toxcore/tox.h b/toxcore/tox.h
index c9a6bc70..5810c128 100644
--- a/toxcore/tox.h
+++ b/toxcore/tox.h
@@ -267,11 +267,6 @@ int tox_set_user_is_typing(Tox *tox, int32_t friendnumber, uint8_t is_typing);
267 */ 267 */
268uint8_t tox_get_is_typing(const Tox *tox, int32_t friendnumber); 268uint8_t tox_get_is_typing(const Tox *tox, int32_t friendnumber);
269 269
270/* Sets whether we send read receipts for friendnumber.
271 * This function is not lazy, and it will fail if yesno is not (0 or 1).
272 */
273void tox_set_sends_receipts(Tox *tox, int32_t friendnumber, int yesno);
274
275/* Return the number of friends in the instance m. 270/* Return the number of friends in the instance m.
276 * You should use this to determine how much memory to allocate 271 * You should use this to determine how much memory to allocate
277 * for copy_friendlist. */ 272 * for copy_friendlist. */