mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-27 16:09:20 +00:00
Fixed global state changed cb type in core.h
This commit is contained in:
parent
5d1a3ebfcd
commit
b35e24aad6
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue