mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Fix build on Windows.
This commit is contained in:
parent
3c05f1e7d5
commit
120b9dc402
1 changed files with 1 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ void linphone_tunnel_set_dual_mode(LinphoneTunnel *tunnel, bool_t dual_mode_enab
|
|||
|
||||
bool_t linphone_tunnel_get_dual_mode(const LinphoneTunnel *tunnel) {
|
||||
ms_warning("linphone_tunnel_get_dual_mode() - stubbed, no implementation");
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
bool_t linphone_tunnel_connected(const LinphoneTunnel *tunnel){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue