diff options
Diffstat (limited to 'toxav/msi.h')
-rwxr-xr-x | toxav/msi.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/toxav/msi.h b/toxav/msi.h index fcc24b4a..37fc07a3 100755 --- a/toxav/msi.h +++ b/toxav/msi.h | |||
@@ -131,7 +131,8 @@ typedef enum { | |||
131 | 131 | ||
132 | /* Protocol */ | 132 | /* Protocol */ |
133 | MSI_OnError, | 133 | MSI_OnError, |
134 | MSI_OnRequestTimeout | 134 | MSI_OnRequestTimeout, |
135 | MSI_OnPeerTimeout | ||
135 | 136 | ||
136 | } MSICallbackID; | 137 | } MSICallbackID; |
137 | 138 | ||