mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-26 07:38:09 +00:00
Remove useless arguement in linphone_core_upnp_available
This commit is contained in:
parent
01f68a128b
commit
660a6948d8
2 changed files with 2 additions and 3 deletions
|
|
@ -4249,7 +4249,7 @@ const char * linphone_core_get_stun_server(const LinphoneCore *lc){
|
|||
return lc->net_conf.stun_server;
|
||||
}
|
||||
|
||||
bool_t linphone_core_upnp_available(const LinphoneCore *lc){
|
||||
bool_t linphone_core_upnp_available(){
|
||||
#ifdef BUILD_UPNP
|
||||
return TRUE;
|
||||
#else
|
||||
|
|
|
|||
|
|
@ -1210,10 +1210,9 @@ LINPHONE_PUBLIC const char * linphone_core_get_stun_server(const LinphoneCore *l
|
|||
* @ingroup network_parameters
|
||||
* Return the availability of uPnP.
|
||||
*
|
||||
* @param lc #LinphoneCore
|
||||
* @return true if uPnP is available otherwise return false.
|
||||
*/
|
||||
bool_t linphone_core_upnp_available(const LinphoneCore *lc);
|
||||
bool_t linphone_core_upnp_available();
|
||||
|
||||
/**
|
||||
* @ingroup network_parameters
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue