Fixed global state changed cb type in core.h

This commit is contained in:
Sylvain Berfini 2017-03-14 11:33:28 +01:00
parent 5d1a3ebfcd
commit b35e24aad6

View file

@ -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.