X-Git-Url: http://sjero.net/git/?p=linphone;a=blobdiff_plain;f=coreapi%2Flinphone_tunnel.h;h=f02baab5473ee6d8f7f29b03808eb253667b47a8;hp=e42a054dcc4023bb9385979eb788f28b3f650c0f;hb=5f0d5793b7e65a518076de6f8e253770503f8824;hpb=12a3d795131ab1b367ae000f8b70f9b8af684df6 diff --git a/coreapi/linphone_tunnel.h b/coreapi/linphone_tunnel.h index e42a054d..f02baab5 100644 --- a/coreapi/linphone_tunnel.h +++ b/coreapi/linphone_tunnel.h @@ -165,6 +165,12 @@ void linphone_tunnel_enable(LinphoneTunnel *tunnel, bool_t enabled); **/ 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); + /** * @param tunnel object * Forces reconnection to the tunnel server.