From 51d18236c8effffb14ffe6c5e3f738c1ceb1ae25 Mon Sep 17 00:00:00 2001 From: iphydf Date: Mon, 19 Sep 2016 21:49:04 +0100 Subject: 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. --- toxav/msi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toxav/msi.h') 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 { * returned the call is considered errored and will be handled * as such which means it will be terminated without any notice. */ -typedef int msi_action_cb(void *av, MSICall *call, void *userdata); +typedef int msi_action_cb(void *av, MSICall *call); /** * Control session struct. Please do not modify outside msi.c -- cgit v1.2.3