From b35e24aad69c3e8f853d8310180ff632676bc01b Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Tue, 14 Mar 2017 11:33:28 +0100 Subject: [PATCH] Fixed global state changed cb type in core.h --- include/linphone/core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linphone/core.h b/include/linphone/core.h index 6d63a2e02..2864e8a2c 100644 --- a/include/linphone/core.h +++ b/include/linphone/core.h @@ -612,7 +612,7 @@ LINPHONE_PUBLIC LinphoneCoreCbs *linphone_core_get_current_callbacks(const Linph * @param[in] cbs A #LinphoneCoreCbs. * @param[in] cb The callback. */ -LINPHONE_PUBLIC void linphone_core_cbs_set_global_state_changed(LinphoneCoreCbs *cbs, LinphoneCoreGlobalStateChangedCb cb); +LINPHONE_PUBLIC void linphone_core_cbs_set_global_state_changed(LinphoneCoreCbs *cbs, LinphoneCoreCbsGlobalStateChangedCb cb); /** * Set the #LinphoneCoreCbsRegistrationStateChangedCb callback.