From 9adce33173d32bd8aa561f34c22d3556490fd28a Mon Sep 17 00:00:00 2001 From: Erwan Croze Date: Wed, 19 Apr 2017 13:35:22 +0200 Subject: [PATCH] Rename new create proxy config of account creator --- coreapi/account_creator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/account_creator.c b/coreapi/account_creator.c index cb859f163..e10b26772 100644 --- a/coreapi/account_creator.c +++ b/coreapi/account_creator.c @@ -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);