mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 11:38:08 +00:00
Add missing LINPHONE_PUBLIC macro
This commit is contained in:
parent
b3181855af
commit
8c3e6f77cb
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ LINPHONE_PUBLIC bool_t linphone_tunnel_enabled(LinphoneTunnel *tunnel);
|
|||
* @param tunnel object
|
||||
* Returns a boolean indicating whether tunnel is connected successfully.
|
||||
**/
|
||||
bool_t linphone_tunnel_connected(LinphoneTunnel *tunnel);
|
||||
LINPHONE_PUBLIC bool_t linphone_tunnel_connected(LinphoneTunnel *tunnel);
|
||||
|
||||
/**
|
||||
* @param tunnel object
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue