diff options
Diffstat (limited to 'toxav/toxmsi.h')
-rwxr-xr-x | toxav/toxmsi.h | 4 |
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 | */ |
42 | typedef enum { | 42 | typedef 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 | ||