mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-27 16:09:20 +00:00
Rename new create proxy config of account creator
This commit is contained in:
parent
33f261bc82
commit
9adce33173
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ static bool_t is_matching_regex(const char *entry, const char* regex) {
|
|||
#endif
|
||||
}
|
||||
|
||||
LinphoneProxyConfig * linphone_account_creator_configure_proxy_config(const LinphoneAccountCreator *creator) {
|
||||
LinphoneProxyConfig * linphone_account_creator_create_proxy_config(const LinphoneAccountCreator *creator) {
|
||||
LinphoneAuthInfo *info;
|
||||
LinphoneProxyConfig *cfg = linphone_core_create_proxy_config(creator->core);
|
||||
char *identity_str = _get_identity(creator);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue