summaryrefslogtreecommitdiff
path: root/toxav/msi.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/msi.h')
-rwxr-xr-xtoxav/msi.h3
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