Also fixed global state changed cb type in implementation

This commit is contained in:
Sylvain Berfini 2017-03-14 11:44:38 +01:00
parent b35e24aad6
commit 2d40dd7139

View file

@ -173,7 +173,7 @@ LinphoneCoreCbs *linphone_core_get_current_callbacks(const LinphoneCore *lc) {
return lc->current_cbs;
}
void linphone_core_cbs_set_global_state_changed(LinphoneCoreCbs *cbs, LinphoneCoreGlobalStateChangedCb cb) {
void linphone_core_cbs_set_global_state_changed(LinphoneCoreCbs *cbs, LinphoneCoreCbsGlobalStateChangedCb cb) {
cbs->vtable->global_state_changed = cb;
}