mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-25 07:08:11 +00:00
fix linphone_core_get_sip_transports naming
This commit is contained in:
parent
6672dec459
commit
5689b5d860
1 changed files with 1 additions and 1 deletions
|
|
@ -1553,7 +1553,7 @@ int linphone_core_set_sip_transports(LinphoneCore *lc, const LCSipTransports * t
|
|||
* is not used.
|
||||
* @ingroup network_parameters
|
||||
**/
|
||||
int linphone_core_get_sip_transport(LinphoneCore *lc, LCSipTransports *tr){
|
||||
int linphone_core_get_sip_transports(LinphoneCore *lc, LCSipTransports *tr){
|
||||
memcpy(tr,&lc->sip_conf.transports,sizeof(*tr));
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue