mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Fix compilation error
This commit is contained in:
parent
9bacd35151
commit
608d312485
1 changed files with 1 additions and 1 deletions
|
|
@ -86,4 +86,4 @@ void linphone_tunnel_configure(LinphoneTunnel *tunnel){
|
|||
}
|
||||
|
||||
void linphone_tunnel_enable_sip_packets_transport(LinphoneTunnel *tunnel, bool_t enable) {}
|
||||
bool_t linphone_tunnel_sip_packets_transport_is_enabled(const LinphoneTunnel *tunnel) {}
|
||||
bool_t linphone_tunnel_sip_packets_transport_is_enabled(const LinphoneTunnel *tunnel) { return FALSE; }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue