From 1d3d4f51f3174c2bcde12c673b4cf30984f991aa Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Mon, 7 Sep 2015 10:50:00 +0200 Subject: [PATCH] Set linphone_core_set_sip_transport_timeout public --- coreapi/linphonecore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/linphonecore.h b/coreapi/linphonecore.h index cdc275bb1..642492150 100644 --- a/coreapi/linphonecore.h +++ b/coreapi/linphonecore.h @@ -2589,7 +2589,7 @@ LINPHONE_PUBLIC int linphone_core_get_upload_ptime(LinphoneCore *lc); * @param[in] timeout_ms The SIP transport timeout in milliseconds. * @ingroup media_parameters */ -void linphone_core_set_sip_transport_timeout(LinphoneCore *lc, int timeout_ms); +LINPHONE_PUBLIC void linphone_core_set_sip_transport_timeout(LinphoneCore *lc, int timeout_ms); /** * Get the SIP transport timeout.