summaryrefslogtreecommitdiff
path: root/toxav/toxmsi.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/toxmsi.h')
-rwxr-xr-xtoxav/toxmsi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/toxav/toxmsi.h b/toxav/toxmsi.h
index c45662a6..63cff9e5 100755
--- a/toxav/toxmsi.h
+++ b/toxav/toxmsi.h
@@ -41,7 +41,7 @@ typedef void* ( *MSICallback ) ( void* arg );
41 */ 41 */
42typedef enum { 42typedef enum {
43 type_audio = 70, 43 type_audio = 70,
44 type_video, 44 type_video
45} MSICallType; 45} MSICallType;
46 46
47 47
@@ -133,7 +133,7 @@ typedef enum {
133 133
134 /* Protocol */ 134 /* Protocol */
135 cb_error, 135 cb_error,
136 cb_timeout, 136 cb_timeout
137 137
138} MSICallbackID; 138} MSICallbackID;
139 139