summaryrefslogtreecommitdiff
path: root/toxav/msi.h
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-09-19 21:49:04 +0100
committeriphydf <iphydf@users.noreply.github.com>2016-09-19 21:53:40 +0100
commit51d18236c8effffb14ffe6c5e3f738c1ceb1ae25 (patch)
treee18ff983aba08aee690cc001f7cf4928a94f80d3 /toxav/msi.h
parent67ac9138ab773728f0a8d1093aaa80d40a9f9efc (diff)
Revert "Make ToxAV stateless"
This reverts commit 21f8db12c45bd56293262cd4abfb73cd9abec821. It is currently broken. Incoming call callbacks are not invoked, and instead the client goes offline immediately.
Diffstat (limited to 'toxav/msi.h')
-rw-r--r--toxav/msi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxav/msi.h b/toxav/msi.h
index 05583239..bf611d34 100644
--- a/toxav/msi.h
+++ b/toxav/msi.h
@@ -102,7 +102,7 @@ typedef struct MSICall_s {
102 * returned the call is considered errored and will be handled 102 * returned the call is considered errored and will be handled
103 * as such which means it will be terminated without any notice. 103 * as such which means it will be terminated without any notice.
104 */ 104 */
105typedef int msi_action_cb(void *av, MSICall *call, void *userdata); 105typedef int msi_action_cb(void *av, MSICall *call);
106 106
107/** 107/**
108 * Control session struct. Please do not modify outside msi.c 108 * Control session struct. Please do not modify outside msi.c