mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
fix accidental removal of linphone_factory_create_core()
This commit is contained in:
parent
b607a1fc52
commit
868c54118f
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ LinphoneCore *linphone_factory_create_core_2(const LinphoneFactory *factory, Lin
|
|||
return lc;
|
||||
}
|
||||
|
||||
LinphoneCore *linphone_factory_create_core_2(const LinphoneFactory *factory, LinphoneCoreCbs *cbs,
|
||||
LinphoneCore *linphone_factory_create_core(const LinphoneFactory *factory, LinphoneCoreCbs *cbs,
|
||||
const char *config_path, const char *factory_config_path){
|
||||
return linphone_factory_create_core_2(factory, cbs, config_path, factory_config_path, NULL, NULL);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue