summaryrefslogtreecommitdiff
path: root/toxav/msi.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/msi.h')
-rw-r--r--toxav/msi.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/toxav/msi.h b/toxav/msi.h
index fdf0a88c..156c1895 100644
--- a/toxav/msi.h
+++ b/toxav/msi.h
@@ -50,7 +50,8 @@ typedef enum {
50 call_inviting, /* when sending call invite */ 50 call_inviting, /* when sending call invite */
51 call_starting, /* when getting call invite */ 51 call_starting, /* when getting call invite */
52 call_active, 52 call_active,
53 call_hold 53 call_hold,
54 call_hanged_up
54 55
55} MSICallState; 56} MSICallState;
56 57