summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
authorDiadlo <polsha3@gmail.com>2018-01-15 01:42:30 +0300
committeriphydf <iphydf@users.noreply.github.com>2018-01-15 08:48:22 +0000
commite16d3894c5979fcfe1c57bf7dadc455ce690baf9 (patch)
tree8428e54e3f985866f91e3765489fe663b2256556 /toxcore/tox.h
parentda739a9438bab75b1ad18cb96208069895b88d2b (diff)
Add correction message type
Diffstat (limited to 'toxcore/tox.h')
-rw-r--r--toxcore/tox.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/toxcore/tox.h b/toxcore/tox.h
index 567ce7e5..f4f3d066 100644
--- a/toxcore/tox.h
+++ b/toxcore/tox.h
@@ -371,6 +371,12 @@ typedef enum TOX_MESSAGE_TYPE {
371 */ 371 */
372 TOX_MESSAGE_TYPE_ACTION, 372 TOX_MESSAGE_TYPE_ACTION,
373 373
374 /**
375 * Correction of the last message. With empty message body can be used to mark
376 * last message as deleted.
377 */
378 TOX_MESSAGE_TYPE_CORRECTION,
379
374} TOX_MESSAGE_TYPE; 380} TOX_MESSAGE_TYPE;
375 381
376 382