mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 05:38:14 +00:00
Also fixed global state changed cb type in implementation
This commit is contained in:
parent
b35e24aad6
commit
2d40dd7139
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue